Skip to content

Commit

Permalink
Update mpvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Nov 29, 2024
1 parent 93a7c4b commit 454c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpvc
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ mpvc_print_status() {
)
# trim/replace times: 00:01:59 -> 01:59
mpvc_cmd "expand-text" "${F}" |
awk '{ gsub(" \\\\r","\n"); gsub(" 00:", " "); gsub("/00:", "/"); print }'
awk '{ gsub(" \\\\r","\n"); gsub(" -?00:", " "); gsub("/00:", "/"); print }'
}

mpvc_print_status_final() {
Expand Down

0 comments on commit 454c7a2

Please sign in to comment.