]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/printers.c
Merge changes from CUPS 1.6svn-r10127.
[thirdparty/cups.git] / scheduler / printers.c
index fd6216ba4d7c1503feaf6ee027085fc1fb5b5199..cef0eff4b5bc6246c42531ce3275b3d895cf0b75 100644 (file)
@@ -3773,7 +3773,7 @@ load_ppd(cupsd_printer_t *p)              /* I - Printer */
 
   p->ppd_attrs = ippNew();
 
-  if ((ppd = ppdOpenFile(ppd_name)) != NULL)
+  if ((ppd = _ppdOpenFile(ppd_name, _PPD_LOCALIZATION_NONE)) != NULL)
   {
    /*
     * Add make/model and other various attributes...