]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/ipp.c
Mirror fix.
[thirdparty/cups.git] / backend / ipp.c
index 8c297c5dfabf286c64480ed37911133a3e1e19de..fb9700b110440f7a8dc7ac7f0e323df5bbda72c7 100644 (file)
@@ -3009,7 +3009,7 @@ quote_string(const char *s,               /* I - String */
   {
     if (*s == '\\' || *s == '\"' || *s == '\'')
     {
-      if (q < (qend - 4))
+      if (qptr < (qend - 4))
       {
        *qptr++ = '\\';
        *qptr++ = '\\';