mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-29 20:58:59 +01:00
Fixed Savannah bug 11495: fallthrough from -printf format processing
from 'n' case to 'd' case.
This commit is contained in:
@@ -1797,6 +1797,7 @@ make_segment (struct segment **segment, char *format, int len, int kind)
|
||||
case 'n': /* number of links */
|
||||
fprintf_stat_needed = true;
|
||||
*fmt++ = 's';
|
||||
break;
|
||||
|
||||
/* Numeric items that DO honour #, 0, + flags.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user