lib: Add global config namespace
This commit is contained in:
+1
-1
@@ -774,7 +774,7 @@ void Init_dumm()
|
||||
/* there are too many to report, rubyruby... */
|
||||
setenv("LEAK_DETECTIVE_DISABLE", "1", 1);
|
||||
|
||||
library_init(NULL);
|
||||
library_init(NULL, "dumm");
|
||||
|
||||
dumm = dumm_create(NULL);
|
||||
|
||||
|
||||
+1
-1
@@ -479,7 +479,7 @@ int main(int argc, char *argv[])
|
||||
enumerator_t *enumerator;
|
||||
guest_t *guest;
|
||||
|
||||
library_init(NULL);
|
||||
library_init(NULL, "dumm");
|
||||
gtk_init(&argc, &argv);
|
||||
|
||||
pages = linked_list_create();
|
||||
|
||||
Reference in New Issue
Block a user