mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
This commit is contained in:
@@ -208,7 +208,7 @@ IfcCharacterDecoder::operator std::string() {
|
|||||||
if ( hex_count == 2 ) parse_state = 0;
|
if ( hex_count == 2 ) parse_state = 0;
|
||||||
else {
|
else {
|
||||||
CLEAR_HEX(parse_state);
|
CLEAR_HEX(parse_state);
|
||||||
parse_state += ENCOUNTERED_HEX;
|
parse_state |= ENCOUNTERED_HEX;
|
||||||
}
|
}
|
||||||
hex = hex_count = 0;
|
hex = hex_count = 0;
|
||||||
}
|
}
|
||||||
@@ -276,7 +276,7 @@ void IfcCharacterDecoder::dryRun() {
|
|||||||
if ( hex_count == 2 ) parse_state = 0;
|
if ( hex_count == 2 ) parse_state = 0;
|
||||||
else {
|
else {
|
||||||
CLEAR_HEX(parse_state);
|
CLEAR_HEX(parse_state);
|
||||||
parse_state += ENCOUNTERED_HEX;
|
parse_state |= ENCOUNTERED_HEX;
|
||||||
}
|
}
|
||||||
hex_count = 0;
|
hex_count = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user