mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 19:48:01 +02:00
Changed GrowUnitialized to NoShow
This commit is contained in:
parent
b34a14502d
commit
861913d591
5 changed files with 5 additions and 5 deletions
|
@ -1261,7 +1261,7 @@ namespace IDE.Debugger
|
|||
return false;
|
||||
|
||||
outTypeData.Clear();
|
||||
result = Debugger_GetHotResolveData(outTypeData.GrowUnitialized(outDataSize), &outDataSize);
|
||||
result = Debugger_GetHotResolveData(outTypeData.GrowUninitialized(outDataSize), &outDataSize);
|
||||
outStackStr.Append(result);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue