aboutsummaryrefslogtreecommitdiff
path: root/astro/wmglobe/files/patch-src_myconvert.c
blob: b226f31cc9582abf89ad7b1deaa029a23a4e8fd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/myconvert.c.orig	2020-09-16 20:04:28 UTC
+++ src/myconvert.c
@@ -253,7 +253,7 @@ static RXImage *image2PseudoColor(RContext * ctx, RIma
     const unsigned short bmask = rmask;
     unsigned short *rtable, *gtable, *btable;
     const int cpccpc = cpc * cpc;
-    unsigned char *data;
+    char *data;
     int ofs;
     /*register unsigned char maxrgb = 0xff; */
 
@@ -420,7 +420,7 @@ static RXImage *image2GrayScale(RContext * ctx, RImage
     const int cpc = ctx->attribs->colors_per_channel;
     unsigned short gmask;
     unsigned short *table;
-    unsigned char *data;
+    char *data;
     int ofs;
     /*register unsigned char maxrgb = 0xff; */