summaryrefslogtreecommitdiff
path: root/dev-games/libmt_client/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-games/libmt_client/files
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-games/libmt_client/files')
-rw-r--r--dev-games/libmt_client/files/libmt_client-0.1.98-format.patch50
1 files changed, 50 insertions, 0 deletions
diff --git a/dev-games/libmt_client/files/libmt_client-0.1.98-format.patch b/dev-games/libmt_client/files/libmt_client-0.1.98-format.patch
new file mode 100644
index 000000000000..5173853849cc
--- /dev/null
+++ b/dev-games/libmt_client/files/libmt_client-0.1.98-format.patch
@@ -0,0 +1,50 @@
+--- src/mt_client_game.c.old 2015-12-22 08:51:19.858561807 +0100
++++ src/mt_client_game.c 2015-12-22 08:52:48.934904973 +0100
+@@ -56,7 +56,7 @@
+ }
+ else
+ {
+- g_printerr (str_err_function[num]);
++ g_printerr ("%s\n", str_err_function[num]);
+ exit (-1);
+ }
+ }
+@@ -110,27 +110,27 @@
+ }
+
+ str_err_function[LIBMT_CLIENT_FUNCTION_INIT] =
+- _("libmt_client_function INIT : not initialised\n");
++ _("libmt_client_function INIT : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_GAME_INIT] =
+- _("libmt_client_function GAME_INIT : not initialised\n");
++ _("libmt_client_function GAME_INIT : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_MAKE_BID] =
+- _("libmt_client_function MAKE_BID : not initialised\n");
++ _("libmt_client_function MAKE_BID : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_MAKE_CHIEN] =
+- _("libmt_client_function MAKE_CHIEN : not initialised\n");
++ _("libmt_client_function MAKE_CHIEN : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_NOT_MAKE_CHIEN] =
+- _("libmt_client_function NOT_MAKE_CHIEN : not initialised\n");
++ _("libmt_client_function NOT_MAKE_CHIEN : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_CHOOSE_CARD] =
+- _("libmt_client_function CHOOSE_CARD : not initialised\n");
++ _("libmt_client_function CHOOSE_CARD : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_DRAW] =
+- _("libmt_client_function DRAW : not initialised\n");
++ _("libmt_client_function DRAW : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_REMOVE_CARD] =
+- _("libmt_client_function REMOVE CARD : not initialised\n");
++ _("libmt_client_function REMOVE CARD : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_ACK_REPLAY] =
+- _("libmt_client_function ACK REPLAY : not initialised\n");
++ _("libmt_client_function ACK REPLAY : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_LOST_CONNECTION] =
+- _("libmt_client_function LOST CONNECTION : not initialised\n");
++ _("libmt_client_function LOST CONNECTION : not initialised");
+ str_err_function[LIBMT_CLIENT_FUNCTION_NORMAL_CLOSE] =
+- _("libmt_client_function NORMAL CLOSE : not initialised\n");
++ _("libmt_client_function NORMAL CLOSE : not initialised");
+
+ return (0);
+ }