Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_container


Modified Files:
        esmart_container.c 


Log Message:
Compiler warning.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_container/esmart_container.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- esmart_container.c  19 Apr 2005 09:05:52 -0000      1.9
+++ esmart_container.c  20 May 2005 18:15:50 -0000      1.10
@@ -347,7 +347,7 @@
   double length, size, offset;
 
   cont = _container_fetch(container);
-  if (!cont) return;
+  if (!cont) return 0.0;
 
 
   length = esmart_container_elements_length_get(container);




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to