Skip to content

Commit 925cfe3

Browse files
hoyosjscarlossanlop
authored andcommitted
Fix CLRConfigNoCache::TryAsInteger
1 parent 859e26b commit 925cfe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/inc/clrconfignocache.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class CLRConfigNoCache
4646
{
4747
return false;
4848
}
49+
50+
result = (DWORD)rawResult;
4951
bool fSuccess = endPtr != _value;
5052
return fSuccess;
5153
}

0 commit comments

Comments
 (0)