mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
30ed7e0612
commit
9f85884bfd
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1235,6 +1235,7 @@ NSLog(@"_processTag <%@%@ %@>", flag?@"/": @"", tag, attributes);
|
|||
case '\n':
|
||||
this->line++;
|
||||
this->column = 0;
|
||||
break;
|
||||
|
||||
case EOF:
|
||||
case '<':
|
||||
|
|
Loading…
Reference in a new issue