minor bug fix: dumped core when called with more than one arg
This commit is contained in:
parent
84548ea2ec
commit
9a77142dda
@ -59,6 +59,7 @@ compile(argc, argv)
|
||||
WorkingDir = 0;
|
||||
break;
|
||||
default:
|
||||
FileName = argv[0];
|
||||
fatal("use: %s [options] [source]", prog_name);
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user