openbsd-ports/security/clamav/patches/patch-libclamav_ole2_extract_c
2007-03-25 11:24:02 +00:00

13 lines
479 B
Plaintext

$OpenBSD: patch-libclamav_ole2_extract_c,v 1.4 2007/03/25 11:24:02 mbalmer Exp $
--- libclamav/ole2_extract.c.orig Fri Feb 23 21:31:20 2007
+++ libclamav/ole2_extract.c Tue Mar 13 09:27:55 2007
@@ -133,7 +133,7 @@ typedef struct property_tag
static unsigned char magic_id[] = { 0xd0, 0xcf, 0x11, 0xe0, 0xa1, 0xb1, 0x1a, 0xe1};
-static char *get_property_name(char *name, int size)
+static char *get_property_name(signed char *name, int size)
{
int i, j;
char *newname;