diff --git a/src/process.c b/src/process.c index 14fa3144339..f02e6a2071a 100644 --- a/src/process.c +++ b/src/process.c @@ -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); } }