diff options
Diffstat (limited to 'graphics/vips/files/patch-contrib-vdump-vdump.c')
-rw-r--r-- | graphics/vips/files/patch-contrib-vdump-vdump.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/vips/files/patch-contrib-vdump-vdump.c b/graphics/vips/files/patch-contrib-vdump-vdump.c deleted file mode 100644 index 027a5ebdc19d..000000000000 --- a/graphics/vips/files/patch-contrib-vdump-vdump.c +++ /dev/null @@ -1,14 +0,0 @@ ---- contrib/vdump/vdump.c.orig Tue Feb 8 07:19:19 2005 -+++ contrib/vdump/vdump.c -@@ -309,9 +309,9 @@ - /* Print body of file. - */ - if( im->Bands == 3 ) -- encode_colour( im, scale, im->data ); -+ encode_colour( im, scale, (struct pixel *) im->data ); - else -- encode_mono( im, scale, im->data ); -+ encode_mono( im, scale, (struct mpixel *) im->data ); - - /* Print trailer. - */ |