Skip to content

Commit

Permalink
Update mpvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmt4 committed Aug 19, 2024
1 parent 2a98bff commit f8da4cb
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 @@ -885,7 +885,7 @@ mpvc_print_status() {
}
'
)
mpvc_cmd "expand-text" "${F}" | sed 's/ \\r/\n/g'
mpvc_cmd "expand-text" "${F}" | awk '{gsub(" \\\\r","\n");print}'
}

mpvc_print_status_final() {
Expand Down

0 comments on commit f8da4cb

Please sign in to comment.