diff options
Diffstat (limited to 'games-board/mt_ncurses_client/files/mt_ncurses_client-0.1.98-format.patch')
-rw-r--r-- | games-board/mt_ncurses_client/files/mt_ncurses_client-0.1.98-format.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/mt_ncurses_client/files/mt_ncurses_client-0.1.98-format.patch b/games-board/mt_ncurses_client/files/mt_ncurses_client-0.1.98-format.patch new file mode 100644 index 000000000000..e070a2348bc1 --- /dev/null +++ b/games-board/mt_ncurses_client/files/mt_ncurses_client-0.1.98-format.patch @@ -0,0 +1,11 @@ +--- src/player_client.c.old 2015-10-21 14:21:04.317896103 +0200 ++++ src/player_client.c 2015-10-21 14:21:40.001225103 +0200 +@@ -38,7 +38,7 @@ + { + player->nick[0] = g_string_new (config->player_name->str); + +- g_printerr (player->nick[0]->str); ++ g_printerr ("%s", player->nick[0]->str); + + return 0; + } |