Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/software_16


Modified Files:
        evas_soft16_main.c 


Log Message:
Initialize the error code before returning.

===================================================================
RCS file: 
/cvs/e/e17/libs/evas/src/modules/engines/software_16/evas_soft16_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- evas_soft16_main.c  28 Jun 2007 03:32:58 -0000      1.10
+++ evas_soft16_main.c  28 Jun 2007 14:36:50 -0000      1.11
@@ -185,8 +185,8 @@
    Soft16_Image *im;
    char buf[4096 + 1024];
 
-   if (!file) return NULL;
    *error = 0;
+   if (!file) return NULL;
    soft16_image_cache_key(lo, key, file, buf, sizeof(buf));
    im = soft16_image_cache_get(buf);
    if (im) return im;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to