Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
823481ae
Commit
823481ae
authored
8 years ago
by
Hisham
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
https://github.com/hishamhm/htop
parents
96157870
5a5a7c8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Process.c
+1
-1
Process.c
with
1 addition
and
1 deletion
+1
-1
Process.c
View file @
823481ae
...
...
@@ -429,7 +429,7 @@ void Process_writeField(Process* this, RichString* str, ProcessField field) {
case
PID
:
snprintf
(
buffer
,
n
,
Process_pidFormat
,
this
->
pid
);
break
;
case
PPID
:
snprintf
(
buffer
,
n
,
Process_pidFormat
,
this
->
ppid
);
break
;
case
PRIORITY
:
{
if
(
this
->
priority
=
=
-
100
)
if
(
this
->
priority
<
=
-
100
)
snprintf
(
buffer
,
n
,
" RT "
);
else
snprintf
(
buffer
,
n
,
"%3ld "
,
this
->
priority
);
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help