SVN revision: 43250
This commit is contained in:
Vincent Torri 2009-10-24 17:00:34 +00:00
parent a5454e4245
commit 56f784dacd
3 changed files with 3 additions and 4 deletions

View File

@ -330,8 +330,7 @@ module_open(Evas_Module *em)
if(_evas_log_dom_module < 0)
{
EINA_LOG_ERR("Can not create a module log domain.");
free(info);
return NULL;
return 0;
}
/* store it for later use */
func = pfunc;

View File

@ -338,7 +338,7 @@ module_open(Evas_Module *em)
if(_evas_engine_soft_gdi_log_dom < 0)
{
EINA_LOG_ERR("Impossible to create a log domain for the Soft_GDI engine.\n");
return NULL;
return 0;
}
/* store it for later use */
func = pfunc;

View File

@ -6,7 +6,7 @@
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
extern _evas_engine_soft_gdi_log_dom = -1;
extern int _evas_engine_soft_gdi_log_dom;
#ifdef ERR
# undef ERR