From 019c4c7b90bcfa4f5fe5f5809b687615b4447f11 Mon Sep 17 00:00:00 2001 From: Thomas Battermann Date: Sun, 4 Mar 2012 07:30:58 +0100 Subject: [PATCH] Bugfix: outfile given -> overlay used --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 6242f78..d85709f 100644 --- a/main.c +++ b/main.c @@ -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{