Fix portable file reader use of long strings.
authorBen Pfaff <blp@gnu.org>
Tue, 26 May 2009 03:21:08 +0000 (20:21 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:14 +0000 (21:11 -0700)
commit2f10847d456fff212f0b3e602f7d6b57512f4830
treed25de3cb023de02746912fd79923d5fcded60e40
parentaaa1996142d111e34e13e490fb299bb94a73ed2f
Fix portable file reader use of long strings.

This code hadn't been converted to the new "union value" representation,
where a single "union value" always represents a whole data item.  This
commit fixes that.
src/data/por-file-reader.c