Bad ! Sorry :( I'll fix it today. * Mike Frysinger ([EMAIL PROTECTED]) wrote: Content-Description: signed data > On Wednesday 17 December 2003 22:49, [EMAIL PROTECTED] > wrote: > > @@ -293,12 +297,12 @@ > > int iw, ih; > > char outfile[PATH_MAX]; > > > > - if(!e || !e->hash || !e->src) return(EPSILON_FAIL); > > #ifdef HAVE_EPEG_H > > Epeg_Image *im; > > Epeg_Thumbnail_Info info; > > int len = 0; > > len = strlen(e->src); > > + if(!e || !e->hash || !e->src) return(EPSILON_FAIL); > > if((len > 4) && > > ( > > !strcmp(&e->src[len-3], "jpg") || > > i dont think you want that if check there ... > (1) it's inside of the HAVE_EPEG_H > (2) you use do strlen(e->src) just before checking !e ... > > perhaps you'll need 2 sets of HAVE_EPEG_H ... one for declaring and one for > actual code with the if statement inbetween the blocks ? > -mike
__ Corey Donohoe [EMAIL PROTECTED] [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ enlightenment-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
