We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859e26b commit 925cfe3Copy full SHA for 925cfe3
src/coreclr/inc/clrconfignocache.h
@@ -46,6 +46,8 @@ class CLRConfigNoCache
46
{
47
return false;
48
}
49
+
50
+ result = (DWORD)rawResult;
51
bool fSuccess = endPtr != _value;
52
return fSuccess;
53
0 commit comments