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:
committed by
Ondřej Surý
parent
d21ff4b72e
commit
49f8e9571c
@@ -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,
|
||||
|
Reference in New Issue
Block a user