From 35dd4cf1ca0b74a0a72f520f9e3616423f5ed92f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Mon, 20 Sep 2004 23:44:19 +0000 Subject: [PATCH] Updated. * pprint.c: (pprint_get_mountlist): Updated. --- examples/ChangeLog | 4 ++++ examples/pprint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/ChangeLog b/examples/ChangeLog index f0621d54..a873c641 100644 --- a/examples/ChangeLog +++ b/examples/ChangeLog @@ -1,3 +1,7 @@ +2004-09-21 Benoît Dejean + + * pprint.c: (pprint_get_mountlist): Updated. + 2004-09-21 Benoît Dejean * procargs.c: (show_args), (main): Updated. diff --git a/examples/pprint.c b/examples/pprint.c index 32b3b227..6f3152bb 100644 --- a/examples/pprint.c +++ b/examples/pprint.c @@ -125,7 +125,7 @@ static void pprint_get_mountlist(gboolean allfs) entries = glibtop_get_mountlist(&buf, allfs); - HEADER_PPRINT(glibtop_get_mem); + HEADER_PPRINT(glibtop_get_mountlist); PPRINT(flags, "%#llx"); PPRINT(number, "%llu"); PPRINT(total, "%llu");