test_slru: Fix incorrect format placeholders
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 29 Apr 2025 07:07:53 +0000 (09:07 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 29 Apr 2025 07:09:00 +0000 (09:09 +0200)
commitc893245ec388499426ac609812ab76a416343c7a
treecc68b53a7604cb6ef2136b36dcc0463fabfe5ac2
parent9807617a9293f3fce867fbde99e0840cb5695a12
test_slru: Fix incorrect format placeholders

Before commit a0ed19e0a9e there was a cast around these, but the cast
inadvertently changed the signedness, but that made the format
placeholder correct.  Commit a0ed19e0a9e removed the casts, so now the
format placeholders had the wrong signedness.
src/test/modules/test_slru/test_slru.c