Change comment explaining another usage of __SMOD
This commit is contained in:
parent
43547b4e39
commit
537a689a7b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user