psd_loader: Fix bad assumption about signedness of chars
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 3 Jun 2016 21:25:50 +0000 (16:25 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 3 Jun 2016 21:28:24 +0000 (16:28 -0500)
commit34ce296cac84980a55a842675c260d32c1a958bd
treea68a6e1702b13236386f54bec591a93bfaf47172
parent6c2a3a2034dca023c01db6316a7ec8d5313c228d
psd_loader: Fix bad assumption about signedness of chars

Whether "char" is signed or unsigned is architecture dependent, so if we
know we need a -1 in a char type we must declared it to be signed.
src/modules/evas/image_loaders/psd/evas_image_load_psd.c