mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
See Changelog
Monotone-Parent: 59d160b60daebebf7589645c180056eb1cc90294 Monotone-Revision: 88d71e038ef8bd52597f0b1089a5a8d99762d53e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-10-13T16:03:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-10-13 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* NSString+NGCards.m (-vCardSubvaluesWithSeparator): properly
|
||||
initialized the "escaped" bool.
|
||||
|
||||
2010-10-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* iCalEvent.m (-setAllDayWithStartDate:duration:): added a
|
||||
|
||||
@@ -281,6 +281,7 @@ static NSString *commaSeparator = nil;
|
||||
stringBuffer = NSZoneMalloc (NULL, sizeof (unichar) * max);
|
||||
[self getCharacters: stringBuffer];
|
||||
substringLength = 0;
|
||||
escaped = NO;
|
||||
|
||||
substringBuffer = NSZoneMalloc (NULL, sizeof (unichar) * max);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user