diff options
| author | paul <paul> | 2005-04-25 14:02:44 +0000 | 
|---|---|---|
| committer | paul <paul> | 2005-04-25 14:02:44 +0000 | 
| commit | 2c1de2a8b89f3d3364ad716cfbba295097c7fc61 (patch) | |
| tree | 48b6dfef347eae56afdac7d0be14a9c547a2149b /lib/memory.c | |
| parent | ab59ae3519d986d4544ba1ca15d6c17b3f52f86b (diff) | |
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.c | 2 | 
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, | 
