ports/graphics/urt/files/patch-cnv-rlatorle.c
Pav Lucistnik c42f3b8f1c - Fix for gif2rle (from BRLCAD)
- misc. fixes from the SGI port
- some other warning cleanups and remove a check that was not serving any purpose

PR:		ports/118344
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2007-12-15 19:53:24 +00:00

11 lines
465 B
C

--- cnv/rlatorle.c.orig Thu Nov 29 22:14:43 2007
+++ cnv/rlatorle.c Thu Nov 29 22:15:43 2007
@@ -162,7 +162,7 @@
}
VPRINTF(stderr, "Channel color space %s\n", head.rla_head.chan);
if ( rlb_flag )
- VPRINTF(stderr, "Interlaced? %s\n", head.rlb_head.filter_type);
+ VPRINTF(stderr, "Interlaced? %hd\n", head.rlb_head.filter_type);
else
VPRINTF(stderr, "Interlaced? %s\n", "-unused-");
if (do_matte)