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 68d6f80 commit 089bbdfCopy full SHA for 089bbdf
impd
@@ -374,7 +374,7 @@ sub_conv() {
374
}
375
376
parse_speech_fragments() {
377
- awk -F' --> ' -vPADDING="$padding" -vSRT_TIMING_PATTERN="$srt_timing_pattern" '
+ LC_NUMERIC=C awk -F' --> ' -vPADDING="$padding" -vSRT_TIMING_PATTERN="$srt_timing_pattern" '
378
function time_parts_to_seconds(hours, mins, secs) {
379
return hours * 3600.0 + mins * 60.0 + secs
380
0 commit comments