We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605732a commit f3b5f5bCopy full SHA for f3b5f5b
egs/fisher_swbd/s5/local/fisher_data_prep.sh
@@ -118,7 +118,7 @@ if [ $stage -le 1 ]; then
118
$line1 =~ m/# (.+)\.sph/ || die "Bad first line $line1 in file $file";
119
$call_id eq $1 || die "Mismatch call-id $call_id vs $1\n";
120
while (<I>) {
121
- if (m/([0-9.]+)\s+([0-9.]+) ([AB]):\s*(\S.+\S|\S)\s*$/) {
+ if (m/([0-9.]+)\s+([0-9.]+) ([AB]):\s*(\S.*\S|\S)\s*$/) {
122
$start = sprintf("%06d", $1 * 100.0);
123
$end = sprintf("%06d", $2 * 100.0);
124
length($end) > 6 && die "Time too long $end in file $file";
0 commit comments