Date: Fri, 31 Aug 2001 07:11:15 -0700 (PDT) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fseek.c ftell.c Message-ID: <200108311411.f7VEBFD24916@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2001/08/31 07:11:15 PDT Modified files: lib/libc/stdio fseek.c ftell.c Log: If file offset is smaller than internal buffer character left count, just drop internal buffer and trust offset, not return error. Revision Changes Path 1.23 +22 -10 src/lib/libc/stdio/fseek.c 1.15 +10 -8 src/lib/libc/stdio/ftell.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108311411.f7VEBFD24916>