From 18af1c7432c7bce1a186e3e7a17277aadd162533 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 11 May 2006 21:20:20 +0000 Subject: [PATCH] macros show the correct line Original commit message from CVS: macros show the correct line --- tests/check/elements/multifdsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/elements/multifdsink.c b/tests/check/elements/multifdsink.c index 22a77ee..6d21f3c 100644 --- a/tests/check/elements/multifdsink.c +++ b/tests/check/elements/multifdsink.c @@ -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; \ \ -- 2.7.4