summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-18 17:35:56 +1000
committerNathan Scott <nathans@redhat.com>2020-08-18 17:35:56 +1000
commit579995c7c2385b844d81b2508710dcbbe9b0d64f (patch)
treedd36573026ac25287f48778380f69cbe1870a14d /Process.c
parent98e8da8bd332b10b2c6c2c124ce9fc46fd6a53a6 (diff)
parentc34be41e1ca89e81e43cfe3be01b52478461f70e (diff)
Merge branch 'hishamhm-pull-842'
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Process.c b/Process.c
index 54c41af4..e64b4b1a 100644
--- a/Process.c
+++ b/Process.c
@@ -471,7 +471,7 @@ void Process_writeField(Process* this, RichString* str, ProcessField field) {
}
break;
}
- case ST_UID: xSnprintf(buffer, n, "%4d ", this->st_uid); break;
+ case ST_UID: xSnprintf(buffer, n, "%5d ", this->st_uid); break;
case TIME: Process_printTime(str, this->time); return;
case TGID: xSnprintf(buffer, n, Process_pidFormat, this->tgid); break;
case TPGID: xSnprintf(buffer, n, Process_pidFormat, this->tpgid); break;

© 2014-2024 Faster IT GmbH | imprint | privacy policy