diff --git a/src/configure.c b/src/configure.c index cc44244..9440bc1 100644 --- a/src/configure.c +++ b/src/configure.c @@ -20,7 +20,8 @@ int main(int argc, char * argv[]) if(argc != 1) return usage(); - if((config = config_new("project.conf")) == NULL) +/* if((config = config_new("project.conf")) == NULL) */ + if((config = config_new()) == NULL) return 2; config_delete(config); return 0;