Change comment explaining another usage of __SMOD

This commit is contained in:
Andrey A. Chernov
2001-10-23 23:05:15 +00:00
parent 4fab209391
commit 0502fac881
+2 -2
View File
@@ -225,8 +225,8 @@ _fseeko(fp, offset, whence, ltest)
goto dumb;
/*
* (If the buffer was modified, we have to
* skip this; see fgetln.c.)
* If the buffer was modified or the file position was changed,
* we have to skip this; see fgetln.c, stdio.c.
*/
if (fp->_flags & __SMOD)
goto abspos;