diff options
Diffstat (limited to 'graphics/urt/files/patch-lib__inv_cmap.c')
-rw-r--r-- | graphics/urt/files/patch-lib__inv_cmap.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-lib__inv_cmap.c b/graphics/urt/files/patch-lib__inv_cmap.c new file mode 100644 index 000000000000..4438798f0d97 --- /dev/null +++ b/graphics/urt/files/patch-lib__inv_cmap.c @@ -0,0 +1,11 @@ +--- lib/inv_cmap.c.orig Thu Mar 10 21:28:37 2005 ++++ lib/inv_cmap.c Thu Mar 10 21:29:06 2005 +@@ -42,7 +42,7 @@ + static long cbinc, cginc, crinc; + static unsigned long *gdp, *rdp, *cdp; + static unsigned char *grgbp, *rrgbp, *crgbp; +-static gstride, rstride; ++static int gstride, rstride; + static long x, xsqr, colormax; + static int cindex; + #ifdef INSTRUMENT_IT |