Changed %zu back to %d since Borland C++ doesn't understand %zu.

This commit is contained in:
skarg
2010-11-30 06:08:48 +00:00
parent dd92901aa1
commit 01d1d5bd77
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ int main(
fclose(pFile);
} else
End_Of_File_Detected = true;
printf("\rSending %zu bytes", (fileStartPosition + len));
printf("\rSending %d bytes", (fileStartPosition + len));
invoke_id =
Send_Atomic_Write_File_Stream
(Target_Device_Object_Instance,