mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- 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>
11 lines
465 B
C
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)
|