Temporary fix while API gets stable design
This commit is contained in:
parent
07f68ba9b2
commit
c7e998ac1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user