]> git.pld-linux.org Git - packages/cups.git/commitdiff
- use new functions auto/th/cups-1_5_2-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Feb 2012 18:45:25 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipp-revert-1.4.patch -> 1.2

ipp-revert-1.4.patch

index 0f904a3e764670803ed5f973e9714edb03942f04..03b5981ac1604faf64552c4b60daa341649741ed 100644 (file)
@@ -530,7 +530,7 @@ Index: branch-1.5/backend/ipp.c
 +
 +    if ((fd = cupsTempFd(tmpfilename, sizeof(tmpfilename))) < 0)
 +    {
-+      _cupsLangPrintError(_("ERROR: Unable to create temporary file"));
++      _cupsLangPrintError("ERROR", _("Unable to create temporary file"));
 +      return (CUPS_BACKEND_FAILED);
 +    }
 +
@@ -2833,7 +2833,7 @@ Index: branch-1.5/backend/ipp.c
 +  if ((fd = cupsTempFd(pstmpname, sizeof(pstmpname))) < 0)
    {
 -    status = xpc_dictionary_get_int64(response, "status");
-+    _cupsLangPrintError(_("ERROR: Unable to create temporary file"));
++    _cupsLangPrintError("ERROR", _("Unable to create temporary file"));
 +    if (ppdfile)
 +      unlink(ppdfile);
 +    return (-1);
This page took 0.051835 seconds and 4 git commands to generate.