summaryrefslogtreecommitdiff
path: root/games-mud/gmudix/files/gmudix-1.0-format.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-mud/gmudix/files/gmudix-1.0-format.patch')
-rw-r--r--games-mud/gmudix/files/gmudix-1.0-format.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-mud/gmudix/files/gmudix-1.0-format.patch b/games-mud/gmudix/files/gmudix-1.0-format.patch
deleted file mode 100644
index 4bb9729840e8..000000000000
--- a/games-mud/gmudix/files/gmudix-1.0-format.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/gui_user.c 2016-02-04 21:21:15.141455597 +0100
-+++ b/src/gui_user.c 2016-02-04 21:21:31.016156493 +0100
-@@ -820,7 +820,7 @@
-
- dialog = gtk_message_dialog_new(GTK_WINDOW(user->gui_user.g_window),
- GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_INFO,
-- GTK_BUTTONS_CLOSE, msg);
-+ GTK_BUTTONS_CLOSE, "%s", msg);
-
- gtk_window_set_transient_for(GTK_WINDOW(user->gui_user.g_window),
- GTK_WINDOW(dialog));