You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/biounzip/files/biounzip-1.1a-64bit.patch

12 lines
364 B

--- a/biounzip.c
+++ b/biounzip.c
@@ -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;