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 9e3d0f91aabd4b32abf770506e345424e39c4469 (commit) from f0c59afbe88bcd7157b727e6cc49f092730e5ab1 (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/9e3d0f91aabd4b32abf770506e345424e39c4...
commit 9e3d0f91aabd4b32abf770506e345424e39c4469 Author: Jiri BlueBear Dluhos jiri.bluebear.dluhos@gmail.com Date: Sat Dec 8 15:46:42 2012 +0100
Fixed a simple typo.
diff --git a/include/core/GP_Common.h b/include/core/GP_Common.h index fff976e..ee5907c 100644 --- a/include/core/GP_Common.h +++ b/include/core/GP_Common.h @@ -181,7 +181,7 @@ void SWIG_exception(const char *msg); * constants. */ #define GP_ASSERT(check_cond_, ...) - GP_GENERAL_CHECK(check_cond_, "asserion failed: ", ##__VA_ARGS__); + GP_GENERAL_CHECK(check_cond_, "assertion failed: ", ##__VA_ARGS__);
/* * Perform a runtime check, on failure abort and print a message.
-----------------------------------------------------------------------
Summary of changes: include/core/GP_Common.h | 2 +- 1 files changed, 1 insertions(+), 1 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.