* commit '7d196768029f36b0e3fa57ba747ce58ef2b1c9d6': Fix build error when XLOG is enabled
This commit is contained in:
@@ -1090,7 +1090,7 @@ answer_getTTL(const void* answer, int answerlen)
|
||||
XLOG("ns_parserr failed. %s\n", strerror(errno));
|
||||
}
|
||||
|
||||
XLOG("TTL = %d\n", result);
|
||||
XLOG("TTL = %lu\n", result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user