X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Funix.c;h=0ae3248c55bcd6448d72e4a6c8d6b018a240d37b;hb=f53079fadcadb1eeef45e1e6d254801d984d6068;hp=bd6ce7c6a8aefdf84d647fffc8698217a35a9ca0;hpb=69758252fce6231073cb288a4f5bbf8f7febc249;p=yaz-moved-to-github.git diff --git a/src/unix.c b/src/unix.c index bd6ce7c..0ae3248 100644 --- a/src/unix.c +++ b/src/unix.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: unix.c,v 1.4 2004-04-29 21:19:23 adam Exp $ + * $Id: unix.c,v 1.5 2004-09-21 14:59:01 adam Exp $ * UNIX socket COMSTACK. By Morten Bøgeskov. */ #ifndef WIN32 @@ -565,7 +565,7 @@ static int unix_get(COMSTACK h, char **buf, int *bufsize) return -1; } else if (!res) - return 0; + return hasread; hasread += res; } TRC (fprintf (stderr, " Out of read loop with hasread=%d, berlen=%d\n",