sys-file-reader: Omit @(#) from file strings in sfm_get_strings().
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Dec 2020 05:10:28 +0000 (21:10 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 19 Dec 2020 05:12:59 +0000 (21:12 -0800)
commit4045b0283a12c8fbc0211b0449cbd0e51f51470e
tree441d16f59a4cee840dc5ca9cd90de02a07d40b5a
parentddd596e860006f3064dea11efe8d66d9d73659bd
sys-file-reader: Omit @(#) from file strings in sfm_get_strings().

This function returns strings so that the user can figure out the file's
correct encoding.  @(#) has different interpretations in a few encodings
(sometimes 0x23 is not #) and there's no value in displaying different
versions of it, so skip it.
src/data/sys-file-reader.c