test_custom_stats: Fix compilation warning master github/master
authorMichael Paquier <[email protected]>
Mon, 15 Dec 2025 01:34:18 +0000 (10:34 +0900)
committerMichael Paquier <[email protected]>
Mon, 15 Dec 2025 01:34:18 +0000 (10:34 +0900)
commit33980eaa6df0b1358ba2e70edbe9efd56dbd7fa6
tree56eb5edccc4f26b182df14156b4805074832eb79
parent171198ff2a57fafe0772ec9d3dfbf061cffffacd
test_custom_stats: Fix compilation warning

I have fat-fingered an error message related to an offset while
switching the code to use pgoff_t.  Let's switch to the same error
message used in the rest of the tree for similar failures with fseeko(),
instead.

Per buildfarm members running macos: longfin, sifaka and indri.
src/test/modules/test_custom_stats/test_custom_var_stats.c