]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/ppd.c
Import CUPS 1.4svn-r7908.
[thirdparty/cups.git] / cups / ppd.c
index 110f230ef00884eed4546af89dcc307b609b3988..2488ff31148d519ea340776d7bb211fd52eeaafd 100644 (file)
@@ -642,7 +642,8 @@ ppdOpen2(cups_file_t *fp)           /* I - File to read from */
                   "string=%d chars...", mask, keyword, name, text,
                  string ? (int)strlen(string) : 0));
 
-    if (strncmp(keyword, "Default", 7) && !string)
+    if (strncmp(keyword, "Default", 7) && !string &&
+        cg->ppd_conform != PPD_CONFORM_RELAXED)
     {
      /*
       * Need a string value!