mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-16 02:48:00 +00:00
Monotone-Parent: a1d5297ee60258830645ba6ddadf4cdd9b01b0fd
Monotone-Revision: 9526db8a187e1a3f30ac4b5933d589fcb9dbbc40 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-27T16:09:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -114,12 +114,9 @@
|
||||
|
||||
purified = [NSMutableArray arrayWithCapacity: [self count]];
|
||||
strings = [self objectEnumerator];
|
||||
string = [strings nextObject];
|
||||
while (string)
|
||||
{
|
||||
while ((string = [strings nextObject]))
|
||||
if ([string length] > 0)
|
||||
[purified addObject: [string escapedForCards]];
|
||||
string = [strings nextObject];
|
||||
}
|
||||
|
||||
return purified;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user