mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-18 14:44:53 +00:00
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:
@@ -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