mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
macros show the correct line
Original commit message from CVS: macros show the correct line
This commit is contained in:
parent
9402c76bf4
commit
18af1c7432
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue