From Paul Martz, "Correction to size of reserved filed in .attr file, Spec says "149*4" bytes, not "149""

This commit is contained in:
Robert Osfield 2008-01-04 15:30:49 +00:00
parent ad5fcbccf6
commit 4d042581a6

View File

@ -160,7 +160,7 @@ ReaderWriter::ReadResult ReaderWriterATTR::readObject(const std::string& file, c
attr->hemisphere = in.readInt32();
in.forward(4);
in.forward(4);
in.forward(149);
in.forward(149*4);
attr->comments = in.readString(512);
// v12 ends here