mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
(line_wrap_stream): Initialize D->seek.
This commit is contained in:
parent
f77a6b9e45
commit
0f86f6c9a1
@ -346,6 +346,7 @@ line_wrap_stream (FILE *stream, size_t lmargin, size_t rmargin, ssize_t wmargin)
|
||||
d->output = stream->__room_funcs.__output;
|
||||
d->close = stream->__io_funcs.__close;
|
||||
d->fileno = stream->__io_funcs.__fileno;
|
||||
d->seek = stream->__io_funcs.__seek;
|
||||
|
||||
/* Take over the stream. */
|
||||
wrap_stream (stream, d);
|
||||
|
Loading…
Reference in New Issue
Block a user