Change comment explaining another usage of __SMOD

This commit is contained in:
ache 2001-10-23 23:05:15 +00:00
parent 43547b4e39
commit 537a689a7b

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;