summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-11-27 20:10:42 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-11-27 20:10:42 -0200
commit03ca7da85f455bd4a9da92fe1b7e91eb684c8c4c (patch)
tree5e36a64a3a21d3c76c14b284fef6372ccc13f09e /htop.c
parenta89758094fc355771da613a0f9b1cb16017dd4e8 (diff)
parentb4f6b110925a56d0818034ad1ecce8214ac873a0 (diff)
Merge branch 'master' of https://github.com/hishamhm/htop
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop.c b/htop.c
index f5ccbccb..8fee54d6 100644
--- a/htop.c
+++ b/htop.c
@@ -681,7 +681,7 @@ int main(int argc, char** argv) {
ProcessList* pl = ProcessList_new(ut, pidWhiteList);
pl->userOnly = userOnly;
pl->userId = userId;
- Process_getMaxPid();
+ Process_setupColumnWidths();
Header* header = Header_new(pl);
Settings* settings = Settings_new(pl, header, pl->cpuCount);

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