Toponaming: Fix PropertyTopoShape restore; tweak Loft test; missing TopoShape method.

This commit is contained in:
bgbsww
2024-08-05 11:18:56 -04:00
committed by Chris Hennes
parent 9b898346a7
commit a0b44f8405
7 changed files with 101 additions and 73 deletions

View File

@@ -617,7 +617,7 @@ void StringHasher::RestoreDocFile(Base::Reader& reader)
restoreStreamNew(reader, count);
return;
}
count = atoi(marker.c_str());
reader >> count;
restoreStream(reader, count);
}