mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Revert last bugfix 'cos it broke DO
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5156 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8e0f2eab6e
commit
43fd535a9d
2 changed files with 9 additions and 3 deletions
|
@ -181,12 +181,10 @@ o_vscanf (void *stream,
|
|||
if (isspace(fc))
|
||||
{
|
||||
/* Whitespace characters match any amount of whitespace. */
|
||||
while (isspace (c) && c != '\n')
|
||||
while (isspace (c))
|
||||
inchar ();
|
||||
continue;
|
||||
}
|
||||
else if (c == fc && *f == '\0')
|
||||
continue;
|
||||
else if (c == fc)
|
||||
(void) inchar();
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue