mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Support for null chars in rawString view
This commit is contained in:
parent
49a470e154
commit
1097619f48
5 changed files with 24 additions and 24 deletions
|
@ -5455,7 +5455,7 @@ bool WinDebugger::ParseFormatInfo(DbgModule* dbgModule, const StringImpl& format
|
|||
DbgEvaluationContext dbgEvaluationContext(this, dbgModule, countExpr, formatInfo);
|
||||
DbgTypedValue countValue = dbgEvaluationContext.EvaluateInContext(contextTypedValue);
|
||||
if ((countValue) && (countValue.mType->IsInteger()))
|
||||
formatInfo->mOverrideCount = (intptr)countValue.GetInt64();
|
||||
formatInfo->mMaxCount = (intptr)countValue.GetInt64();
|
||||
if (dbgEvaluationContext.HadError())
|
||||
{
|
||||
if (errorString != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue