]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* isgetline.cc (istream::get): Fix a typo.
authorH.J. Lu <hjl@gnu.org>
Sun, 19 Apr 1998 21:13:49 +0000 (21:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 19 Apr 1998 21:13:49 +0000 (15:13 -0600)
From-SVN: r19313

libio/ChangeLog
libio/isgetline.cc

index 73bf40993bd3fd0c07ab7ab4e723f2aeaa55e5cf..7d61d6c886fbac9e0907f11233dd78261953a06f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Apr 19 22:13:05 1998  H.J. Lu  (hjl@gnu.org)
+
+       * isgetline.cc (istream::get): Fix a typo.
+
 1998-02-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        Changes for _G_IO_IO_FILE_VERSION == 0x20001:
index 228842f95309cc4d2d6a3d2f40b3dfbcf2b741ce..f5516371ab881bdbf39ef62607345c061c2667b4 100644 (file)
@@ -8,3 +8,4 @@
                                       -1, &ch);
     if (ch != EOF)
       ch = sb->sbumpc();
+      _gcount = _IO_getline_info(sbuf, buf, len - 1, delim, -1, &ch);