aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/generator/files/patch-main__ui-gtk.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /emulators/generator/files/patch-main__ui-gtk.c
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'emulators/generator/files/patch-main__ui-gtk.c')
-rw-r--r--emulators/generator/files/patch-main__ui-gtk.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/generator/files/patch-main__ui-gtk.c b/emulators/generator/files/patch-main__ui-gtk.c
new file mode 100644
index 000000000000..9b6181f968b8
--- /dev/null
+++ b/emulators/generator/files/patch-main__ui-gtk.c
@@ -0,0 +1,11 @@
+--- main/ui-gtk.c.orig Sun May 4 09:09:51 2003
++++ main/ui-gtk.c Sun Nov 23 04:32:57 2003
+@@ -739,7 +739,7 @@
+ /* logging is done this way because this was the best I could come up with
+ whilst battling with macros that can only take fixed numbers of arguments */
+
+-#define LOG_FUNC(name,level,txt) void ui_log_ ## name ## (const char *text, ...) \
++#define LOG_FUNC(name,level,txt) void ui_log_ ## name (const char *text, ...) \
+ { \
+ va_list ap; \
+ if (gen_loglevel >= level) { \