diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-03 12:27:19 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-03 12:27:19 +0000 |
| commit | 276ba5b4fa91e4387152a03ea5df67d5dcc0b384 (patch) | |
| tree | 3ff878fea37d8ddda547434af80b68400d0efc49 /lib/libc | |
| parent | 7d3125b3acd7a42c69005b1ce20dfb93e13944ef (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/freopen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index b445b153d0b4..a22dedd10fe0 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -133,6 +133,7 @@ freopen(file, mode, fp) if (HASLB(fp)) FREELB(fp); fp->_lb._size = 0; + fp->_extra->orientation = 0; if (f < 0) { /* did not get it after all */ fp->_flags = 0; /* set it free */ |
