diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-23 23:52:11 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-23 23:52:11 +0000 |
| commit | 3f498bf72b7dea1dfc10e65cc688301e07382031 (patch) | |
| tree | 92896c472bd51c5e39d0a10d02fb811ee14f9f98 /lib/libc/stdio/fseek.c | |
| parent | fc16d270b73852dcc6a89b337f67735b7f0caad2 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/fseek.c')
| -rw-r--r-- | lib/libc/stdio/fseek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index b8366f33d52c..2278f311ea9d 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -225,8 +225,8 @@ _fseeko(fp, offset, whence, ltest) goto dumb; /* - * If the buffer was modified or the file position was changed, - * we have to skip this; see fgetln.c, stdio.c. + * (If the buffer was modified, we have to + * skip this; see fgetln.c.) */ if (fp->_flags & __SMOD) goto abspos; |
