mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:04:56 +00:00
Update kaubfuda
This commit is contained in:
@@ -35,7 +35,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
if (in.length() != 8256)
|
||||
{
|
||||
printf("File too small expected 8,256 bytes got %llu", in.length());
|
||||
printf("File too small expected 8,256 bytes got %" PRIu64, in.length());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user