URI:
       tNo rval debug printf needed. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
  HTML git clone git://r-36.net/geomyidae
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c8c0cd126424dfd23ff7df6d60f32e1bb18deff6
   DIR parent 1908f14b2d4df2a0530fc4c7ca308220c89871c0
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 18 Feb 2018 09:36:13 +0100
       
       No rval debug printf needed.
       
       Diffstat:
         ind.c                               |       4 +---
       
       1 file changed, 1 insertion(+), 3 deletions(-)
       ---
   DIR diff --git a/ind.c b/ind.c
       t@@ -69,10 +69,8 @@ pendingbytes(int sock)
        #endif
        #endif
        
       -        if (rval != 0) {
       -                printf("rval = %d\n", rval);
       +        if (rval != 0)
                        return 0;
       -        }
        
                return pending;
        }