]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/printers.c
Merge changes from CUPS 1.6svn-r10310.
[thirdparty/cups.git] / scheduler / printers.c
index 37c16511df8171a94a611a22a31c0d4d89380dfd..293b64d31f56bd64f2eb4b4309dde47352b143c6 100644 (file)
@@ -1947,7 +1947,7 @@ cupsdSetPrinterAttr(
       ptr ++;
     else if (*ptr == '\'' || *ptr == '\"')
       quote = *ptr;
-    else if (*ptr == '.')
+    else if (*ptr == ',')
       count ++;
   }
 
@@ -2052,7 +2052,7 @@ cupsdSetPrinterAttr(
          else
            _cups_strcpy(ptr, ptr + 1);
        }
-       else if (*ptr == '.')
+       else if (*ptr == ',')
        {
          *ptr++ = '\0';
          break;