2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:04:56 +00:00

Update kaubfuda

This commit is contained in:
2016-06-30 12:33:38 -07:00
parent 9a1e4dc161
commit 8c2d5eb3a3
8 changed files with 52 additions and 13 deletions

View File

@@ -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;
}