Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


Log Message:
Make sure not to return (void *)1 on e_modapi_init, or a segfault happens
when we click about.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_mod_main.c        2 Jul 2006 19:27:23 -0000       1.51
+++ e_mod_main.c        2 Jul 2006 19:37:30 -0000       1.52
@@ -343,7 +343,7 @@
 
    ss_config->module = m;
    e_gadcon_provider_register(&_gc_class);
-   return (void *)1;
+   return 1;
 }
 
 EAPI int



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to