Enlightenment CVS committal Author : cedric Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_imf Modified Files: ecore_imf_context.c Log Message: Check the correct stuff. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_imf/ecore_imf_context.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ecore_imf_context.c 24 Apr 2008 15:28:53 -0000 1.7 +++ ecore_imf_context.c 2 May 2008 15:33:50 -0000 1.8 @@ -555,7 +555,7 @@ { Ecore_IMF_Context *ctx; - if (!ctx) return NULL; + if (!ctxc) return NULL; ctx = malloc(sizeof(Ecore_IMF_Context)); if (!ctx) return NULL; ECORE_MAGIC_SET(ctx, ECORE_MAGIC_CONTEXT); ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs