check: unbreak fail #define
authorSjoerd Simons <sjoerd@luon.net>
Sat, 28 Jul 2012 15:33:52 +0000 (17:33 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 30 Jul 2012 15:20:02 +0000 (16:20 +0100)
commit8d9a4b2e94fa806f5146482fb0261d890db38fd5
tree70a3d5afcc3d8d21342fdf6f96c88a735c8f9e46
parentd89219eba3209a2adaead916be19f4b1c976c4e3
check: unbreak fail #define

The fail() definition was changed to not fail with non-GCC compilers,
unfortunately the change was incorrect and appended the first argument
of fail to the expression string instead of making it the message.

This change does mean that fail() now requires a message to be passed
along.

https://bugzilla.gnome.org/show_bug.cgi?id=680755
libs/gst/check/libcheck/check.h.in