]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/interpret.c
Merge changes from CUPS 1.6svn-r9968.
[thirdparty/cups.git] / filter / interpret.c
index 32e6821dbac05682f8d82a09b34bc7c2e08dbd27..eed4432d863c3e0c168f6d35e849b7a51e54c1aa 100644 (file)
@@ -820,7 +820,7 @@ error_stack(_cups_ps_stack_t *st,   /* I - Stack */
   _cups_ps_obj_t       *obj;           /* Current object on stack */
 
 
-  _cupsRasterAddError(title);
+  _cupsRasterAddError("%s", title);
 
   for (obj = st->objs, c = st->num_objs; c > 0; c --, obj ++)
     error_object(obj);