From 747e2b436143d80406e21f647f7ba9837f73a173 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Thu, 29 Aug 1996 21:09:30 +0000 Subject: *** empty log message *** * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Correct spelling error of _hurd_itimerval. --- stdio/fseek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio') diff --git a/stdio/fseek.c b/stdio/fseek.c index 562b7b3..947e465 100644 --- a/stdio/fseek.c +++ b/stdio/fseek.c @@ -42,7 +42,7 @@ DEFUN(fseek, (stream, offset, whence), return EOF; /* Make sure we know the current offset info. */ - stream.__offset = -1; + stream->__offset = -1; if (__stdio_check_offset (stream) == EOF) return EOF; -- cgit v1.1