mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
fixed displaying u64 values in printf
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ u8* ImportFile(char *file, u64 size)
|
||||
u64 fsize = GetFileSize_u64(file);
|
||||
if(size > 0){
|
||||
if(size != fsize){
|
||||
fprintf(stderr,"[!] %s has an invalid size (0x%llx)\n",file, fsize);
|
||||
fprintf(stderr,"[!] %s has an invalid size (0x%"PRIx64")\n",file, fsize);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user