diff --git a/makedc42.c b/makedc42.c index 4ccbbfe..67325d1 100644 --- a/makedc42.c +++ b/makedc42.c @@ -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; }