Changed %zu back to %d since Borland C++ doesn't understand %zu.
This commit is contained in:
@@ -144,7 +144,7 @@ static void AtomicReadFileAckHandler(
|
||||
} else if (octets_written == 0) {
|
||||
fprintf(stderr, "Received 0 byte octet string!.\n");
|
||||
} else {
|
||||
printf("\r%zu bytes",
|
||||
printf("\r%d bytes",
|
||||
(data.type.stream.fileStartPosition + octets_written));
|
||||
}
|
||||
fflush(pFile);
|
||||
|
||||
Reference in New Issue
Block a user