diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/urt/files/patch-lib__rle_global.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'graphics/urt/files/patch-lib__rle_global.c')
-rw-r--r-- | graphics/urt/files/patch-lib__rle_global.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-lib__rle_global.c b/graphics/urt/files/patch-lib__rle_global.c new file mode 100644 index 000000000000..175e746418eb --- /dev/null +++ b/graphics/urt/files/patch-lib__rle_global.c @@ -0,0 +1,11 @@ +--- 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". */ |