Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        epsilon_thumb.c 


Log Message:
* Make sure the response is actually there, before we check it

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- epsilon_thumb.c     28 Mar 2006 09:30:46 -0000      1.2
+++ epsilon_thumb.c     28 Mar 2006 10:27:12 -0000      1.3
@@ -195,7 +195,7 @@
 
                /*If the thumb dest is not set, but the generation was 
successful,
                 * try to get the dest now */
-               if ( (!thumb->dest) && thumb->path && !thumb->status ) {
+               if ( thumb && (!thumb->dest) && thumb->path && !thumb->status ) 
{
                        Epsilon* tb;
                        
                        /*




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to