Changed %zu back to %d since Borland C++ doesn't understand %zu.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user