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 e65d495e260..99f57d35d4a 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1522,7 +1522,7 @@ list_processes_1 (query_only)
1522 insert_string ("?"); 1522 insert_string ("?");
1523 if (INTEGERP (speed)) 1523 if (INTEGERP (speed))
1524 { 1524 {
1525 sprintf (tembuf, " at %d b/s", XINT (speed)); 1525 sprintf (tembuf, " at %ld b/s", (long) XINT (speed));
1526 insert_string (tembuf); 1526 insert_string (tembuf);
1527 } 1527 }
1528 insert_string (")\n"); 1528 insert_string (")\n");