HomeFreeBSD

bsddialog: Correct type for bsddialog_total_progview

Description

bsddialog: Correct type for bsddialog_total_progview

It was an int, but printed with %lli format. Although it would be
reasonable to use a 32-bit int here (i.e., changing the printf format
instead) this matches what was done in bsddialog upstream (and now in
main).

PR: 286655
Reviewed by: asiciliano
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50261

Details

Provenance
emasteAuthored on May 9 2025, 12:35 AM
Reviewer
asiciliano
Differential Revision
D50261: bsddialog: Correct type for bsddialog_total_progview
Parents
rG95528b6ff1aa: VFS cache: Fix initial sizing for non-default 'ncsizefactor'
Branches
Unknown
Tags
Unknown