2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

use %u instead of %d for unsigned int arguments

This commit is contained in:
Mark Andrews
2018-04-18 14:00:17 +10:00
committed by Ondřej Surý
parent d21ff4b72e
commit 49f8e9571c
3 changed files with 4 additions and 4 deletions

View File

@@ -1135,7 +1135,7 @@ test_purge(int sender, int type, int tag, int exp_purged) {
/*
* We're testing isc_task_purge.
*/
printf("purge events %p,%d,%p\n",
printf("purge events %p,%u,%p\n",
purge_sender, purge_type_first, purge_tag);
purged = isc_task_purge(task, purge_sender,
(isc_eventtype_t)purge_type_first,