(line_wrap_stream): Initialize D->seek.

This commit is contained in:
Miles Bader 1996-08-20 21:55:39 +00:00
parent f77a6b9e45
commit 0f86f6c9a1
1 changed files with 1 additions and 0 deletions

View File

@ -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);