mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
merge of '048651c03289ee8aea9a9d3d3088a91e534dbe5b'
and 'cef59e89d1cdca1998457ce41e60e9271b884a23' Monotone-Parent: 048651c03289ee8aea9a9d3d3088a91e534dbe5b Monotone-Parent: cef59e89d1cdca1998457ce41e60e9271b884a23 Monotone-Revision: 06d8a080e505b11bad76b3afa0c1ffa5aa02bc23 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-12-23T02:22:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2009-12-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* VSSaxDriver.m (_endComponent:value:): worked-around the lameness
|
||||
in -[GSCInlineString isEqualToString:] by having "mtName"
|
||||
compare against "expectedName" instead.
|
||||
|
||||
2009-03-24 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* VSStringFormatter.[hm]: removed useless module.
|
||||
|
||||
@@ -660,7 +660,7 @@ static NSCharacterSet *whitespaceCharSet = nil;
|
||||
NSString *expectedName;
|
||||
|
||||
expectedName = [(VSSaxTag *)[cardStack lastObject] tagName];
|
||||
if (![expectedName isEqualToString: mtName])
|
||||
if (![mtName isEqualToString: expectedName])
|
||||
{
|
||||
NSString *s;
|
||||
|
||||
@@ -706,8 +706,8 @@ static NSCharacterSet *whitespaceCharSet = nil;
|
||||
NSMutableArray *tagAttributes;
|
||||
NSRange r, todoRange;
|
||||
unsigned length;
|
||||
|
||||
#if 0
|
||||
|
||||
#if 0
|
||||
if (debugOn)
|
||||
NSLog(@"%s: parse line: '%@'", __PRETTY_FUNCTION__, _line);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user