Fix: Use %lu rather than %ld to print count
authoryaowenbin1 <yaowenbin1@huawei.com>
Thu, 9 Jun 2022 03:08:25 +0000 (11:08 +0800)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Jun 2022 17:53:44 +0000 (13:53 -0400)
commit9cd319f7a2e479bec7c694740f9c7bba8f6d2876
tree70487a5e463e838e788ae4ebd9e946b31ce4de4c
parent2122847933042e53e4102206fa3560a843709e4e
Fix: Use %lu rather than %ld to print count

In ht_count_del function, the type of count variable is defined as unsigned long,
so use %lu rather than %ld to print it.

Signed-off-by: yaowenbin1 <yaowenbin1@huawei.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie2701fa0a8170b05532429b34e0f798e6f27139b
src/rculfhash.c
This page took 0.024962 seconds and 4 git commands to generate.