Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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.
Home |
Main Index |
Thread Index |
Old Index