X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_file_glob.c;h=6812e38bb7d903af69d0079f6393aad62f5bacd1;hp=029382b6a001d0a12fd5127d3514f29cbf6c1e80;hb=8e4e5fd8b258f7e3db8a5356cfc8ccddddebd150;hpb=44480613eaf589ad4cad250a3ef0bd9299b26c50 diff --git a/test/test_file_glob.c b/test/test_file_glob.c index 029382b..6812e38 100644 --- a/test/test_file_glob.c +++ b/test/test_file_glob.c @@ -33,7 +33,7 @@ void tst_with_path(const char *tpath) yaz_file_globfree(&glob_res); } -static check_file(const char *got, const char *expect) +static int check_file(const char *got, const char *expect) { const char *f = got; size_t l_match = strlen(expect);