159fcf1d0b
test does not expect. apr-fix-autoinit.patch OBS-URL: https://build.opensuse.org/package/show/Apache/apr?expand=0&rev=52
18 lines
541 B
Diff
18 lines
541 B
Diff
Index: apr-1.7.6/test/teststr.c
|
|
===================================================================
|
|
--- apr-1.7.6.orig/test/teststr.c
|
|
+++ apr-1.7.6/test/teststr.c
|
|
@@ -68,11 +68,11 @@ static void test_strtok(abts_case *tc, v
|
|
}
|
|
};
|
|
int curtc;
|
|
+ char *state;
|
|
|
|
for (curtc = 0; curtc < sizeof cases / sizeof cases[0]; curtc++) {
|
|
char *retval1, *retval2;
|
|
char *str1, *str2;
|
|
- char *state;
|
|
|
|
str1 = apr_pstrdup(p, cases[curtc].input);
|
|
str2 = apr_pstrdup(p, cases[curtc].input);
|