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;
|
WorkingDir = 0;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
FileName = argv[0];
|
||||||
fatal("use: %s [options] [source]", prog_name);
|
fatal("use: %s [options] [source]", prog_name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user