Quick fix for unrarlib compilation (on OpenBSD x86). -- Craig
$OpenBSD$
--- libclamav/unrarlib.c.orig Tue Sep 9 12:34:24 2003
+++ libclamav/unrarlib.c Tue Sep 9 12:35:08 2003
@@ -916,8 +916,8 @@ int IsArchive(void)
BOOL ExtrFile(int desc)
{
BOOL ReturnCode=TRUE;
- FileFound=FALSE; /* no file found by default */
int newdesc;
+ FileFound=FALSE; /* no file found by default */
#ifdef _USE_MEMORY_TO_MEMORY_DECOMPRESSION
MemRARFile->offset = 0; /* start reading from offset 0 */
