File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ function process_file_as_chapter {
470470 convert " ${file} " " ${output_m4a} " " ${bitrate} " " ${rel_path} "
471471
472472 # Format the timestamp with hours potentially exceeding 24
473- timestamp=$( printf " %02d:%02d:%06.3f\n" \
473+ timestamp=$( LC_NUMERIC= " en_US.UTF-8 " printf " %02d:%02d:%06.3f\n" \
474474 " $( echo " ${current_time} / 3600" | bc) " \
475475 " $( echo " ${current_time} % 3600 / 60" | bc) " \
476476 " $( echo " ${current_time} % 60" | bc) " )
@@ -527,7 +527,7 @@ function process_dirs_as_chapter {
527527 done
528528
529529 # Format the timestamp with hours potentially exceeding 24
530- timestamp=$( printf " %02d:%02d:%06.3f\n" \
530+ timestamp=$( LC_NUMERIC= " en_US.UTF-8 " printf " %02d:%02d:%06.3f\n" \
531531 " $( echo " ${current_time} / 3600" | bc) " \
532532 " $( echo " ${current_time} % 3600 / 60" | bc) " \
533533 " $( echo " ${current_time} % 60" | bc) " )
You can’t perform that action at this time.
0 commit comments