Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/25/1998 10:25:43
Module Name: src
Committed By: kleink
Date: Sun Oct 25 18:25:43 UTC 1998
Modified Files:
src/lib/libc/stdio: vfscanf.c
Log Message:
Don't return immediately if EOF encountered while matching format string white
space in the input stream since there may be `conversion' specifiers following
the (format string) white space that do not operate on the input stream,
i.e. %n; from Chris Torek.