mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
409 B
Diff
13 lines
409 B
Diff
|
diff -urN a/dcraw.cc b/dcraw.cc
|
||
|
--- a/dcraw.cc 2020-03-02 02:56:55.000000000 -0700
|
||
|
+++ b/dcraw.cc 2022-02-28 15:24:45.071540692 -0700
|
||
|
@@ -2297,7 +2297,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,
|