CVSROOT: /cvs/glibc Module name: libc Changes by: drepper@sourceware.org 2004-04-20 04:06:08 Modified files: stdio-common : vfscanf.c Log message: (_IO_vfscanf): When skipping whitespace, do input_error () instead of conv_error () and don't look at errno. Don't eat any whitespace before %% if skip_space == 0.