dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/engine lib_stdio.c,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine lib_stdio.c,1.5,1.6
Date: Wed, 29 Oct 2003 20:53:35 +0000

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv24528/engine

Modified Files:
        lib_stdio.c 
Log Message:


StdRead: increment number of bytes read for current return
value (Stephen Compall).


Index: lib_stdio.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_stdio.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lib_stdio.c 23 Jul 2003 00:38:09 -0000      1.5
--- lib_stdio.c 29 Oct 2003 20:53:33 -0000      1.6
***************
*** 203,206 ****
--- 203,207 ----
                }
                *buf++ = (ILUInt16)(ch & 0xFF);
+               ++result;
                --count;
        }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]