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

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

331c331
< 			*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), 
428c428
< 			*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  --------------------->

