summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-12-13 05:40:17 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-12-13 05:40:17 +0000
commite2463040d8270a4f16cb7bdf3e2a6a18245564d4 (patch)
treeb6627958f5ec59fa10e0c014e4752086dad9457c
parenteab8baa9252019c6c70759358e167b7387c8cc42 (diff)
//freedesktop.org/bugzilla/show_bug.cgi?id=1647) attachment #1117
(https://bugs.freedesktop.org/attachment.cgi?id=1117): Fix the problem that |XpSubmitJob()| returns a random value (patch by Stefan Dirsch/SuSE).
-rw-r--r--Xprint/attributes.c2
1 files changed, 2 insertions, 0 deletions
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;
}
/*