From 2ffe834bffa893efcd8942736ab14e311a0087b3 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sun, 16 May 2010 02:49:08 +0200 Subject: ftp wildcard: a new option CURLOPT_FNMATCH_DATA --- tests/libtest/lib577.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/lib577.c b/tests/libtest/lib577.c index ac995c3fc..fdab361e2 100644 --- a/tests/libtest/lib577.c +++ b/tests/libtest/lib577.c @@ -231,7 +231,7 @@ int test(char *URL) printf("===========================\n"); for(i = 0; i < testnum; i++) { - rc = Curl_fnmatch(tests[i].pattern, tests[i].string); + rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string); if(rc != tests[i].result) { printf("Curl_fnmatch(\"%s\", \"%s\") should return %d (returns %d)\n", tests[i].pattern, tests[i].string, tests[i].result, rc); -- cgit v1.2.3