aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie')
-rw-r--r--engines/groovie/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/groovie/script.cpp b/engines/groovie/script.cpp
index 8564a76842..154f4e5d9f 100644
--- a/engines/groovie/script.cpp
+++ b/engines/groovie/script.cpp
@@ -53,9 +53,9 @@ void debugScript(int level, bool nl, const char *s, ...) {
va_end(va);
if (nl)
- debug(level, buf);
+ debug(level, "%s", buf);
else
- debugN(level, buf);
+ debugN(level, "%s", buf);
}
Script::Script(GroovieEngine *vm) :