Temporary fix while API gets stable design

This commit is contained in:
Pierre Pronchery 2004-04-03 16:20:13 +00:00
parent 07f68ba9b2
commit c7e998ac1f

View File

@ -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;