cfgfile: Squelch the last compiler warningv2.0.11-beta2
commit2afcc3efcfb4c360de5f0229e8fa780d286570bb
authorAndreas Ericsson <ae@op5.se>
Tue, 6 Jul 2010 16:13:49 +0000 (6 18:13 +0200)
committerAndreas Ericsson <ae@op5.se>
Tue, 6 Jul 2010 16:13:49 +0000 (6 18:13 +0200)
treefd2842d8473ab8aad74808656f27ba8ac0c5d757
parentd041296c2c603f95c174bdd001039495b31ac917
cfgfile: Squelch the last compiler warning

We do this by casting the one location where we referred to an
__off64_t in printing to a (long long) unconditionally and then
using the %lld print format specifier in the format string.

Since it'll mean we're casting to a larger type on 64-bit archs
and the same width on 32-bit ones, we needn't worry about losses.

Signed-off-by: Andreas Ericsson <ae@op5.se>
cfgfile.c