]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/ppdc-source.cxx
Merge changes from CUPS 1.4svn-r8329.
[thirdparty/cups.git] / ppdc / ppdc-source.cxx
index b4e31fc52a11e837f23465a3ba29977991b56517..d431dc6b6ae27039a2ce37854c51018de47f87e9 100644 (file)
@@ -1665,7 +1665,9 @@ ppdcSource::get_po(ppdcFile *fp)  // I - File to read
     strcpy(basedir, ".");
 
   // Find the po file...
-  if (!pofilename[0] ||
+  pofilename[0] = '\0';
+
+  if (!poname[0] ||
       find_include(poname, basedir, pofilename, sizeof(pofilename)))
   {
     // Found it, so load it...