lib: fixed field builder bug in Tasks which created a short TIMEZONE_CODE
commit07b3072b0a98d197a231ef94f19c7f68fab92389
authorChris Frey <cdfrey@foursquare.net>
Tue, 21 Dec 2010 20:44:25 +0000 (21 15:44 -0500)
committerChris Frey <cdfrey@foursquare.net>
Tue, 21 Dec 2010 20:44:25 +0000 (21 15:44 -0500)
tree6a2872d06dd8b94321092ca4dd51575da6f3b197
parent03903eab299b14c18e1b3a615f01d50c9c696df8
lib: fixed field builder bug in Tasks which created a short TIMEZONE_CODE

The parser expects that the TIMEZONE_CODE field be 4 bytes, yet we
only use the first 2.

When building the record again, the bug only used the 2 byte code,
and created a record that we couldn't parse.
src/r_task.cc