macros show the correct line

Original commit message from CVS:
macros show the correct line
This commit is contained in:
Thomas Vander Stichele 2006-05-11 21:20:20 +00:00
parent 9402c76bf4
commit 18af1c7432

View file

@ -67,7 +67,7 @@ wait_bytes_served (GstElement * sink, guint64 bytes)
/* FIXME: possibly racy, since if it would write, we may not get it
* immediately ? */
#define fail_unless_read(msg,fd) \
#define fail_if_can_read(msg,fd) \
G_STMT_START { \
long avail; \
\