Fix for windows
This commit is contained in:
@@ -357,5 +357,5 @@ void arg_file(Buffer &decrypted_buffer, Buffer &encrypted_buffer, const char *la
|
||||
|
||||
void arg_size(Buffer &encrypted_buffer)
|
||||
{
|
||||
printf("File size is: %ldB\n", encrypted_buffer.taken);
|
||||
printf("File size is: %zuB\n", encrypted_buffer.taken);
|
||||
}
|
||||
Reference in New Issue
Block a user