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 */ /* Read the command line parameters */
readOptions(argc,argv,&o); readOptions(argc,argv,&o);
/* feed the functions */ /* feed the functions */
if(o.outfile == NULL) { if(o.overlay == NULL) {
printf("default\n"); printf("default\n");
newStandard(&o); newStandard(&o);
}else{ }else{

Loading…
Cancel
Save