Fix incorrect format placeholders
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 25 Apr 2025 14:49:30 +0000 (16:49 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 25 Apr 2025 14:49:30 +0000 (16:49 +0200)
commit76d52e71659149d20d616c8a94c02793cedce066
tree1413aebc2e9d93ca6ce287e636e591812fdda058
parent385959bdeafb2e4c4b02adb55b78bde6eac616f7
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/fe_utils/print.c