summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-09-22 11:25:37 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-09-22 11:25:37 +0000
commita6410588cd453973bcc3cc41fba0f385e257bed3 (patch)
tree24da570c6ef9f684f14a7219afb4b3f02663ad80 /examples
parent339b79b1001430cc6b2f0088249c1e6a61b0d89a (diff)
downloadlibgtop-a6410588cd453973bcc3cc41fba0f385e257bed3.tar.gz
Disable pprint_get_msg_limits() because it can fail.
* pprint.c: (main): Disable pprint_get_msg_limits() because it can fail.
Diffstat (limited to 'examples')
-rw-r--r--examples/ChangeLog4
-rw-r--r--examples/pprint.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/examples/ChangeLog b/examples/ChangeLog
index 8f865934..e62ffaa7 100644
--- a/examples/ChangeLog
+++ b/examples/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-22 Benoît Dejean <tazforever@dlfp.org>
+
+ * pprint.c: (main): Disable pprint_get_msg_limits() because it can fail.
+
2004-09-21 Benoît Dejean <tazforever@dlfp.org>
* pprint.c: (pprint_get_swap), (main): Updated.
diff --git a/examples/pprint.c b/examples/pprint.c
index 96e67ee4..de1d9d1c 100644
--- a/examples/pprint.c
+++ b/examples/pprint.c
@@ -227,7 +227,7 @@ int main()
pprint_get_mountlist(TRUE);
pprint_get_mountlist(FALSE);
- pprint_get_msg_limits();
+ /* pprint_get_msg_limits(); */
/* pprint_get_netload("lo"); */