mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
PC app: print file size of JED or XSVF in verbose mode
This commit is contained in:
parent
32468f6dd8
commit
ad9308e291
@ -578,6 +578,9 @@ static char readFile(int* fileSize) {
|
||||
}
|
||||
if (fileSize != NULL) {
|
||||
*fileSize = size;
|
||||
if (verbose) {
|
||||
printf("file size: %d'\n", size);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user