mirror of
https://github.com/christopherkobayashi/dc42tools.git
synced 2025-03-25 00:35:31 +00:00
Oops.
This commit is contained in:
parent
bc9a1839a1
commit
af794b7b4a
@ -57,7 +57,7 @@ int main(int argc, char **argv)
|
||||
|
||||
file_buffer = calloc(1, inputfile_stat.st_size);
|
||||
if (!file_buffer) {
|
||||
printf("%s: could not allocate buffer\n");
|
||||
printf("%s: could not allocate buffer\n", argv[1]);
|
||||
fclose(inputfile);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user