]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/ipp.c
Merge changes from CUPS 1.4.0 (r8750)
[thirdparty/cups.git] / scheduler / ipp.c
index 7ca9537de987e8a49d18acb6a0a59b0b2c76e1d4..1251628e9e5ce8f91f1fdf9c80ecded36534532a 100644 (file)
@@ -11168,7 +11168,7 @@ url_encode_string(const char *s,        /* I - String */
 
   while (*s && bufptr < bufend)
   {
-    if (*s == ' ' || *s == '%')
+    if (*s == ' ' || *s == '%' || *s == '+')
     {
       if (bufptr >= (bufend - 2))
        break;