$OpenBSD: patch-libclamav_ole2_extract_c,v 1.18 2019/01/07 22:49:14 sthen Exp $

allow for machine arch where char is unsigned by default (e.g. arm, powerpc)

Index: libclamav/ole2_extract.c
--- libclamav/ole2_extract.c.orig
+++ libclamav/ole2_extract.c
@@ -235,7 +235,7 @@ static unsigned char magic_id[] = {0xd0, 0xcf, 0x11, 0
 
 
 static char    *
-get_property_name2(char *name, int size)
+get_property_name2(signed char *name, int size)
 {
     int             i, j;
     char           *newname;
