summaryrefslogtreecommitdiffstats
path: root/lib/memory.c
diff options
context:
space:
mode:
authorpaul <paul>2005-04-25 14:02:44 +0000
committerpaul <paul>2005-04-25 14:02:44 +0000
commitdfb1c45900ff2a00192b515bbff527f7efe20966 (patch)
treeeb06d2731bb6b0049f391e6e426da4237af0e149 /lib/memory.c
parent47ba1e1b5241dc5548cd8ab409e6682aca7ccf2f (diff)
downloadquagga-dfb1c45900ff2a00192b515bbff527f7efe20966.tar.bz2
quagga-dfb1c45900ff2a00192b515bbff527f7efe20966.tar.xz
2005-04-25 Paul Jakma <paul.jakma@sun.com>
* memory.c: Make the string field much wider * memtypes.c: Correct the prefix list str/entry strings
Diffstat (limited to 'lib/memory.c')
-rw-r--r--lib/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/memory.c b/lib/memory.c
index 335a9211..adf23b19 100644
--- a/lib/memory.c
+++ b/lib/memory.c
@@ -264,7 +264,7 @@ show_memory_vty (struct vty *vty, struct memory_list *list)
if (m->index == 0)
vty_out (vty, "-----------------------------\r\n");
else
- vty_out (vty, "%-22s: %10ld\r\n", m->format, mstat[m->index].alloc);
+ vty_out (vty, "%-30s: %10ld\r\n", m->format, mstat[m->index].alloc);
}
DEFUN (show_memory_all,