diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-15 22:29:40 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-10-15 22:29:40 +0000 |
commit | 5505555c15bfa2de1f596ae0997335fdbf07eb5a (patch) | |
tree | a9e0c72a2c373db97d1613a5072af667f90f64f0 /Xprint | |
parent | 60caca718d23012c4c85ce70547610fe05168342 (diff) |
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).
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/attributes.c | 2 |
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; } /* |