macros show the correct line
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 11 May 2006 21:20:20 +0000 (21:20 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 11 May 2006 21:20:20 +0000 (21:20 +0000)
Original commit message from CVS:
macros show the correct line

tests/check/elements/multifdsink.c

index 22a77ee..6d21f3c 100644 (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; \
 \