Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fa24b114
Commit
fa24b114
authored
Oct 13, 2009
by
Adrian Robert
Browse files
(list_processes_1): Use long format in printf, and cast argument.
parent
c56c14a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/process.c
src/process.c
+1
-1
No files found.
src/process.c
View file @
fa24b114
...
...
@@ -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 %
l
d b/s",
(long)
XINT (speed));
insert_string (tembuf);
}
insert_string (")\n");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment