Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_module.c Log Message: It seems to me that the dlerror here is not useful, so this replaces the (null) that always seems to be printed =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- e_module.c 27 Dec 2005 17:16:57 -0000 1.50 +++ e_module.c 30 Dec 2005 12:49:45 -0000 1.51 @@ -150,8 +150,8 @@ "The full path to this module is:<br>" "%s<br>" "The error reported was:<br>" - "%s<br>"), - name, buf, dlerror()); + "Module does not contain all needed functions<br>"), + name, buf); _e_module_dialog_disable_show(_("Error loading Module"), body, m); m->api = NULL; m->func.init = NULL; ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs