Fixed Savannah bug 11495: fallthrough from -printf format processing

from 'n' case to 'd' case.
This commit is contained in:
James Youngman
2005-01-05 23:52:50 +00:00
parent 0e3dbc33f7
commit 49bfb935d1

View File

@@ -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.
*/