Mageia Bugzilla – Attachment 12505 Details for
Bug 28504
mplayer can't read video files with dav1d codec; this bugs contains the fix.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
format string litteral
mplayer-format-string-literal.patch (text/plain), 443 bytes, created by
Philippe Didier
on 2021-03-25 01:36:09 CET
(
hide
)
Description:
format string litteral
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-03-25 01:36:09 CET
Size:
443 bytes
patch
obsolete
>--- mplayer/mplayer.c.format~ 2011-12-11 15:44:36.000000000 +0100 >+++ mplayer/mplayer.c 2012-01-10 00:38:44.212356938 +0100 >@@ -2890,7 +2890,7 @@ int main(int argc, char *argv[]) > > if (!filename && !player_idle_mode && !use_gui) { > // no file/vcd/dvd -> show HELP: >- mp_msg(MSGT_CPLAYER, MSGL_INFO, help_text); >+ mp_msg(MSGT_CPLAYER, MSGL_INFO, "%s", help_text); > exit_player_with_rc(EXIT_NONE, 0); > } >
--- mplayer/mplayer.c.format~ 2011-12-11 15:44:36.000000000 +0100 +++ mplayer/mplayer.c 2012-01-10 00:38:44.212356938 +0100 @@ -2890,7 +2890,7 @@ int main(int argc, char *argv[]) if (!filename && !player_idle_mode && !use_gui) { // no file/vcd/dvd -> show HELP: - mp_msg(MSGT_CPLAYER, MSGL_INFO, help_text); + mp_msg(MSGT_CPLAYER, MSGL_INFO, "%s", help_text); exit_player_with_rc(EXIT_NONE, 0); }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28504
:
12499
|
12500
|
12501
|
12502
|
12503
|
12504
| 12505 |
12506
|
12507
|
12508
|
12509
|
12510
|
12511
|
12512
|
12513
|
12514
|
12515
|
12518
|
12536
|
12541