summaryrefslogtreecommitdiff
path: root/graphics/urt/files/patch-tools::rleinterp.c
blob: cfd7e41415d1405f16f42f793c7ca68831bfff08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tools/rleinterp.c.orig	Thu Mar 10 21:14:52 2005
+++ tools/rleinterp.c	Thu Mar 10 21:15:40 2005
@@ -48,8 +48,8 @@
 		nom_sortie[BUFSIZ],
     		extension[80] ,
     	       *basenom, *rep ;
-    int  i, ni, n, nbimage=1;
-    int  rle_err, width, y, x ;
+    int  i, n, nbimage=1;
+    int  width, y, x ;
     int  iflag1 = 0 , iflag2 = 0, oflag = 0, fd ;
     double alpha, beta ;
     FILE        * outfile;