1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/graphics/urt/files/patch-lib::rle_global.c
Maho Nakata 03b6a79c50 Fix a rare case problem (sometimes dumps core)
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2005-02-01 07:07:06 +00:00

12 lines
459 B
C

--- lib/rle_global.c.orig Tue Jan 28 18:23:03 1992
+++ lib/rle_global.c Sun Jan 30 15:19:36 2005
@@ -76,7 +76,7 @@
8, /* cmaplen (log2 of length of color map) */
NULL, /* pointer to color map */
NULL, /* pointer to comment strings */
- stdout, /* output file */
+ 0, /* stdout, output file */
{ 7 }, /* RGB channels only */
0L, /* Can't free name and file fields. */
"Urt", /* Default "program name". */