X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fstrlist.c;h=b66c33aec9100eb8a779f4da0730f969981c9f45;hb=93101836aa2492393b960a00b660f529a170c866;hp=9469ad07fdfe539be9660980a8b271466a6bb165;hpb=2b1a2077788271ec50e42144d9f83f85f6ab6c78;p=apps%2Fpfixtools.git diff --git a/postlicyd/strlist.c b/postlicyd/strlist.c index 9469ad0..b66c33a 100644 --- a/postlicyd/strlist.c +++ b/postlicyd/strlist.c @@ -522,7 +522,7 @@ static void strlist_filter_async(rbl_result_t *result, void *arg) --async->awaited; debug("got asynchronous request result for filter %s, rbl %d, still awaiting %d answers", - filter->name, result - array_ptr(async->results, 0), async->awaited); + filter->name, (int)(result - array_ptr(async->results, 0)), async->awaited); if (async->awaited == 0) { filter_result_t res = HTK_FAIL;