Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        timers.c 


Log Message:
Emalloc -> EMALLOC.

===================================================================
RCS file: /cvs/e/e16/e/src/timers.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- timers.c    29 Jan 2007 01:26:12 -0000      1.28
+++ timers.c    2 Feb 2007 00:19:32 -0000       1.29
@@ -268,7 +268,7 @@
 {
    Animator           *an;
 
-   an = Emalloc(sizeof(Animator));
+   an = EMALLOC(Animator, 1);
    if (!an)
       return NULL;
 



-------------------------------------------------------------------------
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