dissect-sysfile: Don't omit the last in a series of text tokens.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 24 Apr 2011 04:59:38 +0000 (21:59 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 04:13:53 +0000 (21:13 -0700)
commit5bfbebe93fba98a3b5c1f64482823d53265aed5b
tree8f9d3865c40ed2a466ee243b81273ee756ae807f
parentb7da2544e1d967b9c3afff6cc93686ddeef09b59
dissect-sysfile: Don't omit the last in a series of text tokens.

Otherwise dissect-sysfile would not print the last long string
variable name written by sys-file-writer, because it did not include
a separator byte after the last record.  (This was obvious running
dissect-sysfile on a system file with only one variable.)
tests/dissect-sysfile.c