Added missing call to libgtop_init();
* df.c: (main): * pprint.c: (main): * procargs.c: (main): Added missing call to libgtop_init();
This commit is contained in:
@@ -28,6 +28,7 @@ int main()
|
||||
glibtop_mountentry *entries;
|
||||
size_t i;
|
||||
|
||||
glibtop_init();
|
||||
|
||||
printf("%-20s %-10s %-10s %-10s %-10s\n",
|
||||
"Filesystem", "Size", "Used", "Avail", "Use%");
|
||||
|
Reference in New Issue
Block a user