summaryrefslogtreecommitdiff
path: root/audio/denemo/files/patch-src__lolydirectives.c
blob: 58e166854eb8dd49d3575cdc16875fd6a0cae4ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/lilydirectives.c.orig	2009-08-24 03:03:26.000000000 +0900
+++ src/lilydirectives.c	2009-09-28 17:25:00.000000000 +0900
@@ -1966,7 +1966,7 @@
     return ret;
   }
   GError *error = (GError*)execute_script_file(filename);
-  if(error) g_warning(error->message);
+  if(error) g_warning("%s", error->message);
   g_free(filename);
   return ret;
 }