Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Epsilon.c 


Log Message:
I thought Spanky caught all of these for me, but this was necessary to
compile on gcc 2.95.4


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/lib/Epsilon.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Epsilon.c   18 Dec 2003 17:20:07 -0000      1.4
+++ Epsilon.c   14 Jan 2004 23:01:50 -0000      1.5
@@ -166,13 +166,14 @@
 {
   FILE *fp = NULL;
   Epsilon_Info *p = NULL;
-  
-  if(!e || !epsilon_thumb_file_get(e)) return(p);
 #ifdef HAVE_EPEG_H
     Epeg_Image *im;
     Epeg_Thumbnail_Info info;
     int len = 0;
-    
+#endif
+  
+  if(!e || !epsilon_thumb_file_get(e)) return(p);
+#ifdef HAVE_EPEG_H
     len = strlen(e->thumb);
     if((len > 4) && 
        (




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to