IOS-2794 Revert "Lower memory consumption"

This reverts commit 18671718ca.
IOS-2794
Dirk Zimmermann 2 years ago
parent b222a98ea0
commit 574f415350

@ -559,9 +559,8 @@ static int currentPartVersion = 2;
}
NSUInteger count = [allLines count];
for (int i = 0; i < count; i++) {
[dataValue appendData: [allLines objectAtIndex: 0]];
[dataValue appendData: [allLines objectAtIndex: i]];
[dataValue appendBytes: LF length: 1];
[allLines removeObjectAtIndex:0];
}
return dataValue;
}

Loading…
Cancel
Save