blob: 885c7b0f4f223d901172143f7e0fbc5a7b7702a2 [file] [log] [blame]
--- libxml2-2.9.0/runtest.c.orig 2013-03-31 14:51:01 +0400
+++ libxml2-2.9.0/runtest.c 2013-03-31 15:48:15 +0400
@@ -147,6 +147,8 @@
char directory[500];
int len;
+ (void) flags;
+ (void) errfunc;
if ((pattern == NULL) || (pglob == NULL)) return(-1);
strncpy(directory, pattern, 499);