Skip to content
Snippets Groups Projects
Commit e15dc71b authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

added more debugging flags

parent 4ca02583
No related merge requests found
...@@ -135,7 +135,7 @@ static int sys_do_load_lib(t_canvas *canvas, char *objectname) ...@@ -135,7 +135,7 @@ static int sys_do_load_lib(t_canvas *canvas, char *objectname)
else strcat(symname, "_setup"); else strcat(symname, "_setup");
#if 0 #if 0
fprintf(stderr, "lib: %s\n", classname); fprintf(stderr, "lib: %s %s\n", classname, symname);
#endif #endif
/* try looking in the path for (objectname).(sys_dllextent) ... */ /* try looking in the path for (objectname).(sys_dllextent) ... */
if ((fd = canvas_open(canvas, objectname, sys_dllextent, if ((fd = canvas_open(canvas, objectname, sys_dllextent,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment