IOS-2794 Revert "Use firstObject uniformly"

This reverts commit 90f72c639f.
IOS-2794
Dirk Zimmermann 2 years ago
parent e68cbbe15b
commit 9fe5f23be3

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

Loading…
Cancel
Save