~lttng/urcu/trunk

Viewing all changes in revision 1393.

  • Committer: Mathieu Desnoyers
  • Author(s): yaowenbin1
  • Date: 2022-06-09 17:53:28 UTC
  • Revision ID: git-v1:59b6b14faa1ef105997fdffd9048ec56b3808ce8
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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: