From 9a77142dda08defed981360ff90cd28dc2016692 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 23 Apr 1987 12:53:54 +0000 Subject: [PATCH] minor bug fix: dumped core when called with more than one arg --- util/cpp/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/cpp/main.c b/util/cpp/main.c index 4874c63d..464de5cd 100644 --- a/util/cpp/main.c +++ b/util/cpp/main.c @@ -59,6 +59,7 @@ compile(argc, argv) WorkingDir = 0; break; default: + FileName = argv[0]; fatal("use: %s [options] [source]", prog_name); break; }