(__bb_exit_func): Fix format %*d -> %*ld.

From-SVN: r6145
This commit is contained in:
Richard Stallman 1993-11-23 22:01:14 +00:00
parent 5bb92565c0
commit 1d42e1b7cf
1 changed files with 1 additions and 1 deletions

View File

@ -1514,7 +1514,7 @@ __bb_exit_func (void)
(ptr->functions[i]) ? ptr->functions[i] : "<none>");
if (line_p)
fprintf (file, " line= %*d", line_len, ptr->line_nums[i]);
fprintf (file, " line= %*ld", line_len, ptr->line_nums[i]);
if (file_p)
fprintf (file, " file= %s",