]> arthur.barton.de Git - bup.git/commit
bup_mincore: actually use size_t value (not ulonglong) in call
authorRob Browning <rlb@defaultvalue.org>
Sat, 8 Aug 2020 17:27:51 +0000 (12:27 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 8 Aug 2020 17:27:54 +0000 (12:27 -0500)
commitba836360f66ed046be1af98904a36a4ce862ca62
treee58c9b3982664ef0947d91f82c3233ae4eb25b1a
parente03bee7f751e0a092509200502e0f37316458536
bup_mincore: actually use size_t value (not ulonglong) in call

We'd already done the correct conversion, but weren't using it.

Reported-by: Greg Troxel <gdt@lexort.com>
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c