mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Mangle fix - name set when it should append
This commit is contained in:
parent
0cd0c8905c
commit
a5a8ae9076
1 changed files with 1 additions and 1 deletions
|
@ -11835,7 +11835,7 @@ bool BfModule::TryGetConstString(BfIRConstHolder* constHolder, BfIRValue irValue
|
|||
BfStringPoolEntry* entry = NULL;
|
||||
if (mContext->mStringObjectIdMap.TryGetValue(stringId, &entry))
|
||||
{
|
||||
str = entry->mString;
|
||||
str += entry->mString;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue