Explicit signed char for ARM.

This commit is contained in:
Jon Ciesla 2016-02-24 09:34:59 -05:00
parent 260b0fc7c8
commit 7f14bd2bcd

View File

@ -79,3 +79,14 @@
color = fcol(row+y1,col+x1);
if (fcol(row+y2,col+x2) != color) continue;
diag = (fcol(row,col+1) == color && fcol(row+1,col) == color) ? 2:1;
--- internal/dcraw_common.cpp~ 2016-02-24 09:04:39.000000000 -0500
+++ internal/dcraw_common.cpp 2016-02-24 09:06:31.152698597 -0500
@@ -2469,7 +2469,7 @@
void CLASS kodak_radc_load_raw()
{
- static const char src[] = {
+ static const signed char src[] = {
1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,
1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8,
2,1, 2,3, 3,0, 3,2, 3,4, 4,6, 5,5, 6,7, 6,8,