This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 1cb6c5439748776bff0baa03e9be4d5ceea9dbbc (commit) from 1b13c9d73865b69c4c52c27a5328fd7aea68b805 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/1cb6c5439748776bff0baa03e9be4d5ceea9d...
commit 1cb6c5439748776bff0baa03e9be4d5ceea9dbbc Author: Cyril Hrubis metan@ucw.cz Date: Fri Aug 10 18:37:58 2012 +0200
pywrap: Add error checks for PXM loaders.
diff --git a/pylib/gfxprim/loaders/loaders.i b/pylib/gfxprim/loaders/loaders.i index 2e54d41..9561176 100644 --- a/pylib/gfxprim/loaders/loaders.i +++ b/pylib/gfxprim/loaders/loaders.i @@ -44,9 +44,14 @@ ERROR_ON_NONZERO(GP_SavePNG);
%include "GP_PNG.h"
-/* TODO: No error checking - legacy GP_RetCode form */ +ERROR_ON_NULL(GP_LoadPBM); +ERROR_ON_NULL(GP_LoadPGM); +ERROR_ON_NULL(GP_LoadPPM); +ERROR_ON_NONZERO(GP_SavePBM); +ERROR_ON_NONZERO(GP_SavePGM); +ERROR_ON_NONZERO(GP_SavePPM); + %include "GP_PBM.h" %include "GP_PGM.h" %include "GP_PPM.h"
-
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/loaders/loaders.i | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.