mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-22 15:35:23 -04:00
@@ -307,7 +307,7 @@ bool ReferenceParser::ParseRefImpl(string &key, const map<string, ResType> &refs
|
||||
|
||||
key = to_string(id);
|
||||
if (ref.second != ResType::ID) {
|
||||
key = key = "$" + ResourceUtil::ResTypeToString(ref.second) + ":" + to_string(id);
|
||||
key = "$" + ResourceUtil::ResTypeToString(ref.second) + ":" + to_string(id);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user