]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/encode.c
Update ipp documentation to reflect the behavior of configuring WiFi on IPP USB printers.
[thirdparty/cups.git] / cups / encode.c
index 2469406e2f5bda69a8afd259ff08ad8bd7cb8806..5bcbf6fe5a749011f759a4b05de18011571fd891 100644 (file)
@@ -523,7 +523,7 @@ _cupsEncodeOption(
 
          quote = *sep;
        }
-       else if (*sep == ',' && count > 1)
+       else if (*sep == ',')
          break;
        else if (*sep == '\\' && sep[1])
        {