mirror of
https://github.com/christopherkobayashi/dc42tools.git
synced 2025-08-10 02:25:02 +00:00
Oops.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user