summaryrefslogtreecommitdiff
path: root/games-util/biounzip/files/biounzip-1.1a-64bit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/biounzip/files/biounzip-1.1a-64bit.patch')
-rw-r--r--games-util/biounzip/files/biounzip-1.1a-64bit.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-util/biounzip/files/biounzip-1.1a-64bit.patch b/games-util/biounzip/files/biounzip-1.1a-64bit.patch
deleted file mode 100644
index a8522189d31f..000000000000
--- a/games-util/biounzip/files/biounzip-1.1a-64bit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- biounzip-1.1-old/biounzip.c 2007-03-08 02:06:16.000000000 +0200
-+++ biounzip-1.1/biounzip.c 2007-03-08 02:06:50.000000000 +0200
-@@ -127,7 +127,7 @@
- void writefile(bzfile *ptr, FILE *fp, char *destdir)
- {
- int startpos,returnval,n,debug=0;
-- unsigned long size_uncompressed,size_compressed;
-+ unsigned long size_uncompressed = 0, size_compressed = 0;
- char *fname,*dirname,*fullname,*fullpath;
- unsigned char *srcbuffer,*dstbuffer;
- FILE *outfile;