[lttng-dev] [PATCH] Use lu% instead ld% to print count

2022-06-09 Thread yaowenbin via lttng-dev
In ht_count_del function, the type of count variable is defined as unsigned long, so use lu% instead ld% to print it. Signed-off-by: yaowenbin1 --- src/rculfhash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rculfhash.c b/src/rculfhash.c index 8046f3a..872d6ff 100644

Re: [lttng-dev] [PATCH] Use lu% instead ld% to print count

2022-06-09 Thread Mathieu Desnoyers via lttng-dev
- On Jun 8, 2022, at 11:08 PM, yaowenbin via lttng-dev lttng-dev@lists.lttng.org wrote: > In ht_count_del function, the type of count variable is defined as unsigned > long, > so use lu% instead ld% to print it. Merged into urcu master, stable-0.13 and stable-0.12 branches, thanks! Mathieu