merge of '47d9386ed0d68b0a3585c58826ca285b428390ff'

and '88d71e038ef8bd52597f0b1089a5a8d99762d53e'

Monotone-Parent: 47d9386ed0d68b0a3585c58826ca285b428390ff
Monotone-Parent: 88d71e038ef8bd52597f0b1089a5a8d99762d53e
Monotone-Revision: 7bab59ca603186d58c00356778082d5123367741

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-10-13T16:03:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-10-13 16:03:50 +00:00
2 changed files with 6 additions and 0 deletions
+5
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
+1
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);