Skip to content

Commit

Permalink
Update IfcTokenChunk.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Sep 7, 2023
1 parent de94e27 commit f166114
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/wasm/parsing/IfcTokenChunk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ namespace webifc::parsing
{
_chunkData = nullptr;
if (_fileStream!=nullptr) Load();
else _loaded=true;
else {
_loaded=true;
_currentSize = 0;
}
}

bool IfcTokenStream::IfcTokenChunk::Clear()
Expand Down

0 comments on commit f166114

Please sign in to comment.