Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > c87268abd14096841ebba0c27421f6e6 > files > 1

gjs-0.6-4.19mdv2010.2.src.rpm

diff -p -up gjs-0.3/modules/console.c~ gjs-0.3/modules/console.c
--- gjs-0.3/modules/console.c~	2009-05-02 02:14:04.000000000 +0200
+++ gjs-0.3/modules/console.c	2009-07-05 21:17:52.000000000 +0200
@@ -147,7 +147,7 @@ static JSBool
 gjs_console_readline(JSContext *cx, char *bufp, FILE *file, const char *prompt)
 {
     char line[256];
-    fprintf(stdout, prompt);
+    fprintf(stdout, "%s", prompt);
     fflush(stdout);
     if (!fgets(line, sizeof line, file))
         return JS_FALSE;