aboutsummaryrefslogtreecommitdiff
path: root/editors/bed/files/patch-plugins::examples::file.cpp
blob: a9da5b7cf7ee9fe22801e3b52c0a46ad5d4e30dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugins/examples/file.cpp.orig	Fri Mar 26 10:13:48 2004
+++ plugins/examples/file.cpp	Fri Mar 26 10:13:52 2004
@@ -73,7 +73,7 @@
 
 
 #ifdef OLDGCCVARMACRO
-#define fprintf(x,args...) {message(##args);erefresh();}
+#define fprintf(x,args...) {message(args);erefresh();}
 #else
 #define fprintf(x,...) {message(__VA_ARGS__);erefresh();}
 #endif