Skip to content
Snippets Groups Projects
Commit f76158be authored by Botond Baranyi's avatar Botond Baranyi
Browse files

xsd2ttcn: fixed type name lookup for user-defined types that have built-in names (bug 533242)


Change-Id: Iafc48550c0d8f5c528ac198c4e6f269087a20487
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent cc98bb55
No related branches found
No related tags found
No related merge requests found
...@@ -535,8 +535,8 @@ void SimpleType::setReference(const Mstring& ref, bool only_name_dependency) { ...@@ -535,8 +535,8 @@ void SimpleType::setReference(const Mstring& ref, bool only_name_dependency) {
break; break;
} }
} }
fromRef = true;
if (!found) { if (!found) {
fromRef = true;
return; return;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment