java/src/org/openantivirus/engine/vfs/container/ucl CStructure.java,1.2,1.3
Kurt Huwig <[email protected]> Tue, 18 May 2004 09:03:31 +0000
| Newsgroups | gmane.comp.security.virus.openantivirus.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openantivirus/java/src/org/openantivirus/engine/vfs/container/ucl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8196/src/org/openantivirus/engine/vfs/container/ucl
Modified Files:
CStructure.java
Log Message:
Added '?'-wildcard pattern matching
Index: CStructure.java
===================================================================
RCS file: /cvsroot/openantivirus/java/src/org/openantivirus/engine/vfs/container/ucl/CStructure.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CStructure.java 1 May 2004 14:36:10 -0000 1.2
+++ CStructure.java 18 May 2004 09:03:28 -0000 1.3
@@ -60,7 +60,7 @@
}
public static int getByte(byte[] data, int index) {
- return ((data[index] + 256) & 0xff);
+ return data[index] & 0xff;
}
public static int getLE16(byte[] data, int index) {
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click