guestfish: Fix printing of buffers in structs.
authorRichard Jones <rjones@redhat.com>
Sat, 31 Oct 2009 13:40:12 +0000 (13:40 +0000)
committerRichard Jones <rjones@redhat.com>
Mon, 2 Nov 2009 16:02:06 +0000 (16:02 +0000)
Somehow an 'indent' string crept in there, so it was printing:

  <char><indent><char><indent><char>...

instead of:

  <char><char><char>...


No differences found