summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2007-10-17 20:51:40 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-10-17 20:51:40 +0000
commitb0585654191871dc2f2849dd8a03aed53175883e (patch)
tree2dc8c2a3b5a7128adaf2c44aa916ed1e9cf2a09e /examples
parent2c6b9518225386b9236073b1a0bf1a28149b0914 (diff)
downloadlibgtop-b0585654191871dc2f2849dd8a03aed53175883e.tar.gz
Displays all fs.
svn path=/trunk/; revision=2681
Diffstat (limited to 'examples')
-rw-r--r--examples/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/df.c b/examples/df.c
index 6537ce44..60e94e82 100644
--- a/examples/df.c
+++ b/examples/df.c
@@ -36,7 +36,7 @@ int main()
printf("%-20s %-10s %-10s %-10s %-10s\n",
"Filesystem", "Size", "Used", "Avail", "Use%");
- entries = glibtop_get_mountlist(&buf, FALSE);
+ entries = glibtop_get_mountlist(&buf, TRUE);
for(i = 0; i < buf.number; ++i)
{