test_slru: Fix incorrect format placeholders

Peter Eisentraut <peter@eisentraut.org>

Commit: c893245ec388499426ac609812ab76a416343c7a
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-04-29T07:09:00Z
Releases: 18.0
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.

Files

PathChange+/−
src/test/modules/test_slru/test_slru.c modified +2 −2