12 lines
315 B
Diff
12 lines
315 B
Diff
--- 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);
|