From 5505555c15bfa2de1f596ae0997335fdbf07eb5a Mon Sep 17 00:00:00 2001 From: Roland Mainz Date: Fri, 15 Oct 2004 22:29:40 +0000 Subject: [PATCH] Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1647 - Fix the problem that |XpSubmitJob()| returns a random value (patch by Stefan Dirsch/SuSE). --- Xprint/attributes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xprint/attributes.c b/Xprint/attributes.c index 8dd1b64cb..2d981577a 100644 --- a/Xprint/attributes.c +++ b/Xprint/attributes.c @@ -1515,6 +1515,8 @@ XpSubmitJob(fileName, pContext) FreeVector(vector); xfree(cmdNam); + + return Success; } /*