(list_processes_1): Use long format in printf, and cast argument.

This commit is contained in:
Adrian Robert 2009-10-13 01:03:46 +00:00
parent c56c14a12f
commit fa24b11499

View file

@ -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");