|
|
|
@ -553,7 +553,7 @@ static int currentPartVersion = 2;
|
|
|
|
|
dataToSend = [dataToSend wrapWithLimit: limit];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
NSMutableArray *allLines = [dataToSend componentsSeparatedByCString: "\n"];
|
|
|
|
|
NSArray *allLines = [dataToSend componentsSeparatedByCString: "\n"];
|
|
|
|
|
NSUInteger count = [allLines count];
|
|
|
|
|
for (int i = 0; i < count; i++) {
|
|
|
|
|
if (i == count - 1 && [[allLines objectAtIndex: i] length] == 0) {
|
|
|
|
|