summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick/files/patch-coders__fpx.c
blob: 36f49dadeec87045aaf6fb265ccb2b3a8abf9d37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- ./coders/fpx.c.orig	2007-11-05 22:03:47.000000000 -0500
+++ ./coders/fpx.c	2008-09-02 08:05:29.000000000 -0400
@@ -181,15 +181,15 @@
 
   unsigned int
     status,
-    subimage;
-
-  unsigned long
+    subimage,
     height,
-    memory_limit,
     tile_width,
     tile_height,
     width;
 
+  size_t
+    memory_limit;
+
   /*
     Open image.
   */