From 3e6d163cdcb0d1325844f469dd8549a077c42f0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 6 Feb 2012 18:45:25 +0000 Subject: [PATCH] - use new functions Changed files: ipp-revert-1.4.patch -> 1.2 --- ipp-revert-1.4.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipp-revert-1.4.patch b/ipp-revert-1.4.patch index 0f904a3..03b5981 100644 --- a/ipp-revert-1.4.patch +++ b/ipp-revert-1.4.patch @@ -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); -- 2.43.0