(list_processes_1): Use long format in printf, and cast argument.
This commit is contained in:
parent
c56c14a12f
commit
fa24b11499
1 changed files with 1 additions and 1 deletions
|
@ -1522,7 +1522,7 @@ list_processes_1 (query_only)
|
|||
insert_string ("?");
|
||||
if (INTEGERP (speed))
|
||||
{
|
||||
sprintf (tembuf, " at %d b/s", XINT (speed));
|
||||
sprintf (tembuf, " at %ld b/s", (long) XINT (speed));
|
||||
insert_string (tembuf);
|
||||
}
|
||||
insert_string (")\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue