Comment 16 for bug 307459

Revision history for this message
In , Carlos Garcia Campos (carlosgc) wrote :

Created an attachment (id=23389)
[PATCH] Return an error code instead of a GBool when saving

 poppler/PDFDoc.cc | 22 +++++++++++-----------
 poppler/PDFDoc.h | 8 ++++----
 2 files changed, 15 insertions(+), 15 deletions(-)

Note that it requires changes in the frontends too, since now we are returning errNone (which is 0) when successing .