Enlightenment CVS committal Author : raster Project : e17 Module : libs/epeg
Dir : e17/libs/epeg/src/lib Modified Files: epeg_main.c Log Message: and the .c side of things =================================================================== RCS file: /cvs/e/e17/libs/epeg/src/lib/epeg_main.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- epeg_main.c 25 Nov 2006 15:37:45 -0000 1.22 +++ epeg_main.c 21 Oct 2007 16:11:10 -0000 1.23 @@ -170,7 +170,7 @@ epeg_decode_colorspace_set(Epeg_Image *im, Epeg_Colorspace colorspace) { if (im->pixels) return; - if ((colorspace < EPEG_GRAY8) || (colorspace > EPEG_ARGB32)) return; + if ((colorspace < EPEG_GRAY8) || (colorspace > EPEG_CMYK)) return; im->color_space = colorspace; } ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs