Disable pprint_get_msg_limits() because it can fail.

* pprint.c: (main): Disable pprint_get_msg_limits() because it can fail.
This commit is contained in:
Benoît Dejean
2004-09-22 11:25:37 +00:00
parent 339b79b100
commit a6410588cd
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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"); */