From 0273ae967ffb2cf1c2ce25a56dcab8e6db33efeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 22 Jul 1998 20:01:12 +0200 Subject: [PATCH] Added FIXME. Rev: src/modules/Pipe/pipe.c:1.26 --- src/modules/Pipe/pipe.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/Pipe/pipe.c b/src/modules/Pipe/pipe.c index e3839f4ff3..2b5b870fb2 100644 --- a/src/modules/Pipe/pipe.c +++ b/src/modules/Pipe/pipe.c @@ -26,7 +26,7 @@ #include <fcntl.h> -RCSID("$Id: pipe.c,v 1.25 1998/06/12 19:20:45 noring Exp $"); +RCSID("$Id: pipe.c,v 1.26 1998/07/22 18:01:12 grubba Exp $"); #include "threads.h" #include "stralloc.h" @@ -764,6 +764,9 @@ static void pipe_input(INT32 args) /* Try blocking mode */ i->type = I_BLOCKING_OBJ; if (i==THIS->firstinput) { + /* + * FIXME: What if read_som_data() returns 0? + */ read_some_data(); } return; -- GitLab