Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2016-02-26 02:57:59 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-02-26 02:57:59 +0300
commit0a25ceae5826f4f8a49317a9976ef3dae68cad76 (patch)
tree9befaabbc2ac380f4939e58205df0da3938b87bd /src/Native/Runtime/RhConfig.h
parent1e3dae777d242a8b73a3c8008182d82a850d434f (diff)
Fix some Prefast issues under ndp\rh and ndp\FxCore\CoreRT.
Bug: https://devdiv.visualstudio.com/web/wi.aspx?pcguid=011b8bdf-6d56-4f87-be0d-0092136884d9&id=195206 [tfs-changeset: 1578980]
Diffstat (limited to 'src/Native/Runtime/RhConfig.h')
-rw-r--r--src/Native/Runtime/RhConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/Runtime/RhConfig.h b/src/Native/Runtime/RhConfig.h
index a210d8b22..b0b8e421a 100644
--- a/src/Native/Runtime/RhConfig.h
+++ b/src/Native/Runtime/RhConfig.h
@@ -121,7 +121,7 @@ private:
//lazily reads the file so if the file is not yet read, it will read it on first called
//if the file is not avaliable, or unreadable zero will always be returned
//cchOuputBuffer is the maximum number of characters to write to outputBuffer
- UInt32 GetIniVariable(_In_z_ const WCHAR* configName, _Out_writes_all_(cchBuff) WCHAR* outputBuffer, _In_ UInt32 cchOuputBuffer);
+ UInt32 GetIniVariable(_In_z_ const WCHAR* configName, _Out_writes_all_(cchOuputBuffer) WCHAR* outputBuffer, _In_ UInt32 cchOuputBuffer);
static bool priv_isspace(char c)
{