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 8, 2023
1 parent 6d6c773 commit e8e1b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wasm/parsing/IfcTokenChunk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,5 @@ namespace webifc::parsing
else if (c == ';') Push<uint8_t>(IfcTokenType::LINE_END);
_fileStream->Forward();
}
_chunkSize=_currentSize;
}
}

0 comments on commit e8e1b15

Please sign in to comment.