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

Török Edvin edwin at clamav.net
Sun Apr 4 01:19:11 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 3000f7bfab8d9312dbe1a2a7919781ed2b1c885a
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Feb 8 15:34:37 2010 +0200

    distcheck

diff --git a/clambc/bcrun.c b/clambc/bcrun.c
index e019d2a..d8d1a14 100644
--- a/clambc/bcrun.c
+++ b/clambc/bcrun.c
@@ -146,7 +146,7 @@ static void print_src(const char *file)
         putc('\n', stdout);
         continue;
       }
-      putc((buf[i]&0xf | ((buf[i+1]&0xf)<<4)), stdout);
+      putc(((buf[i]&0xf) | ((buf[i+1]&0xf)<<4)), stdout);
       i++;
     }
     i=0;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list