mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
6b044bb0d5
The `+1` accounting for the ACL/context indicator was applied once per item inside the padding loop, so N files with ACLs inflated the link-count column width by N. Apply it a single time after the loop. Fixes #10980