[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:16:11 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit d87de9affabe4c762394120f870dbfe6f3c1810f
Author: aCaB <acab at clamav.net>
Date:   Fri Jan 22 11:58:40 2010 +0100

    copy+paste typo

diff --git a/libclamav/others.h b/libclamav/others.h
index 2a66360..18c2ac9 100644
--- a/libclamav/others.h
+++ b/libclamav/others.h
@@ -383,7 +383,7 @@ static inline void cli_writeint32(char *offset, uint32_t value)
 #define __SHIFTBITS(a) (sizeof(a)<<3)
 #define __SHIFTMASK(a) (__SHIFTBITS(a)-1)
 #define CLI_ROL(a,b) a = ( a << (b & __SHIFTMASK(a)) ) | ( a >> ((__SHIFTBITS(a) - b) & __SHIFTMASK(a)) )
-#define CLI_ROR(a,b) a = ( a >> (b & __SHIFTMASK(a)) ) | ( a << ((__SHIFTBITS(a) - b) & __SHIFTMASK(a))
+#define CLI_ROR(a,b) a = ( a >> (b & __SHIFTMASK(a)) ) | ( a << ((__SHIFTBITS(a) - b) & __SHIFTMASK(a)) )
 
 /* Implementation independent sign-extended signed right shift */
 #ifdef HAVE_SAR

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list