whitespace collection fix suggested by Georg Fleischmann

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28371 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-06-24 05:25:26 +00:00
parent 30ed7e0612
commit 9f85884bfd
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-06-24 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSXMLParser.m: ([-parse]) don't split whitespace strings
at newline.
2009-06-19 Richard Frith-Macdonald <rfm@gnu.org>
* Source/win32/GSRunLoopCtxt.m: Fix error sending received event

View file

@ -1235,6 +1235,7 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
case '\n':
this->line++;
this->column = 0;
break;
case EOF:
case '<':