version 1.4.36b
[polyglot.git] / util.c
diff --git a/util.c b/util.c
index 0d75adf..5e6e4f3 100644 (file)
--- a/util.c
+++ b/util.c
@@ -187,8 +187,8 @@ void my_fatal(const char format[], ...) {
 \r
     CONSTRUCT_ARG_STRING(format,string);\r
     \r
-    fprintf(stderr,format,string);\r
-    if (LogFile != NULL) fprintf(LogFile,format,&string);\r
+    fprintf(stderr,"%s",string);\r
+    if (LogFile != NULL) fprintf(LogFile,"%s",string);\r
 \r
     if (Error) { // recursive error\r
         my_log("POLYGLOT *** RECURSIVE ERROR ***\n");\r