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
maint-2.0.2
Francis Lachapelle 2010-10-13 16:03:43 +00:00
parent 9660aeb84e
commit 10e1449c0b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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);