diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-02-16 06:11:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-02-16 06:11:22 +0000 |
| commit | 91e1be28dc5fb82ea96453186c70cb58d9650d50 (patch) | |
| tree | 83784bc9158c22e271d3103b3697cc02d2719c15 /lib/libc/stdio/refill.c | |
| parent | 328c0bbcf7a9e303ed0ba1056ccc28a3c5747cee (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/refill.c')
| -rw-r--r-- | lib/libc/stdio/refill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/refill.c b/lib/libc/stdio/refill.c index b597f97cd919..2adb3a73bf49 100644 --- a/lib/libc/stdio/refill.c +++ b/lib/libc/stdio/refill.c @@ -109,7 +109,7 @@ __srefill(FILE *fp) if (HASUB(fp)) { FREEUB(fp); if ((fp->_r = fp->_ur) != 0) { - fp->_p = fp->_up; + fp->_p = fp->_extra->_up; return (0); } } |
