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