mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 08:20:41 -08:00
(list_processes_1): Cast XFASTINT for passing to sprintf.
This commit is contained in:
parent
f49deb4fff
commit
3162bafa9e
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ Proc Status Buffer Tty Command\n\
|
|||
tem = Fcar (Fcdr (p->status));
|
||||
if (XFASTINT (tem))
|
||||
{
|
||||
sprintf (tembuf, " %d", XFASTINT (tem));
|
||||
sprintf (tembuf, " %d", (int) XFASTINT (tem));
|
||||
write_string (tembuf, -1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue