Stop %'s in GP_ASSERT() from breaking printf format
commit6dee12b408a53004c3f5a74d265696d8ce3edd47
authorTomas Gavenciak <gavento@ucw.cz>
Sun, 22 May 2011 18:37:45 +0000 (22 20:37 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Sun, 22 May 2011 18:37:45 +0000 (22 20:37 +0200)
tree2ee2aecb6454faa66306d7596632538d63ba3c0a
parentd984c76e6650ed7d005745e36ccb6e029eb634d3
Stop %'s in GP_ASSERT() from breaking printf format

A bit ugly (extra internal macro + extra parameter)
Also added spaces to avoid "empty printf format" warning
core/GP_Common.h
core/tests/GP_Comon.test.c