minor bug fix: dumped core when called with more than one arg
This commit is contained in:
parent
4cbff1975f
commit
41da733a19
|
@ -59,6 +59,7 @@ compile(argc, argv)
|
|||
WorkingDir = 0;
|
||||
break;
|
||||
default:
|
||||
FileName = argv[0];
|
||||
fatal("use: %s [options] [source]", prog_name);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue