diff options
Diffstat (limited to 'graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc')
-rw-r--r-- | graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc b/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc deleted file mode 100644 index 3a9cb9944315..000000000000 --- a/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/load-dcraw/dcraw.cc.orig 2015-05-29 01:03:46 UTC -+++ plugins/load-dcraw/dcraw.cc -@@ -869,7 +869,8 @@ struct jhead { - - int CLASS ljpeg_start (struct jhead *jh, int info_only) - { -- int c, tag, len; -+ int c, tag; -+ ushort len; - uchar data[0x10000]; - const uchar *dp; - |