From Paul Martz, "Correction to size of reserved filed in .attr file, Spec says "149*4" bytes, not "149""
This commit is contained in:
parent
ad5fcbccf6
commit
4d042581a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user