aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
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\
923 tem = Fcar (Fcdr (p->status)); 923 tem = Fcar (Fcdr (p->status));
924 if (XFASTINT (tem)) 924 if (XFASTINT (tem))
925 { 925 {
926 sprintf (tembuf, " %d", XFASTINT (tem)); 926 sprintf (tembuf, " %d", (int) XFASTINT (tem));
927 write_string (tembuf, -1); 927 write_string (tembuf, -1);
928 } 928 }
929 } 929 }