File difference report generated by CSDiff by ComponentSoftware on 26/12/2010 09:39

Base file: D:\dev2\BugList\200909\psd\libpsd-0.9\channel_image.c
Compared file: D:\dev2\BugList\200909\psd\libpsd\channel_image.c

486c486
< 			*dst_color = psd_intacmyk_to_color(PSD_CHAR_TO_SHORT(alpha) >> 8, 
---
> 			*dst_color = psd_intacmyk_to_color((unsigned char)(PSD_CHAR_TO_SHORT(alpha) >> 8), 
614c614
< 			*dst_color = psd_alab_to_color(PSD_CHAR_TO_SHORT(alpha) >> 8, (PSD_CHAR_TO_SHORT(lightness) >> 8) * 100 >> 8, 
---
> 			*dst_color = psd_alab_to_color((unsigned char)(PSD_CHAR_TO_SHORT(alpha) >> 8), (PSD_CHAR_TO_SHORT(lightness) >> 8) * 100 >> 8, 


<---------------------  End of report  --------------------->

