Bugfix: outfile given -> overlay used

main
Thomas Ba. 13 years ago
parent 6b2b6673e8
commit 019c4c7b90

@ -54,7 +54,7 @@ int main(int argc, char **argv) {
/* Read the command line parameters */
readOptions(argc,argv,&o);
/* feed the functions */
if(o.outfile == NULL) {
if(o.overlay == NULL) {
printf("default\n");
newStandard(&o);
}else{

Loading…
Cancel
Save