Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/common


Modified Files:
        evas_image_load.c 


Log Message:


null patch...

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_image_load.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- evas_image_load.c   30 Aug 2004 08:15:50 -0000      1.14
+++ evas_image_load.c   21 Sep 2004 07:45:13 -0000      1.15
@@ -847,6 +847,10 @@
 //   mod_time = 0;
 //   if (real_file) mod_time = evas_file_modified_time(real_file);
 //   else if (file) mod_time = evas_file_modified_time(file);
+
+   if (file == NULL)
+        return NULL;
+   
    im = evas_common_image_find(file, key, 0);
    if (im)
      {




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to