diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil/strutil.cpp')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/strutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/strutil.cpp b/src/libs/dutil/WixToolset.DUtil/strutil.cpp index 3cb7ef6a..e4fcc9c8 100644 --- a/src/libs/dutil/WixToolset.DUtil/strutil.cpp +++ b/src/libs/dutil/WixToolset.DUtil/strutil.cpp | |||
@@ -509,7 +509,7 @@ StrAllocStringAnsi - allocates or reuses dynamic string memory and copies in an | |||
509 | 509 | ||
510 | NOTE: caller is responsible for freeing ppwz even if function fails | 510 | NOTE: caller is responsible for freeing ppwz even if function fails |
511 | NOTE: cchSource must equal the length of wzSource (not including the NULL terminator) | 511 | NOTE: cchSource must equal the length of wzSource (not including the NULL terminator) |
512 | NOTE: if cchSource == 0, length of wzSource is used instead | 512 | NOTE: if cchSource == 0, length of szSource is used instead |
513 | ********************************************************************/ | 513 | ********************************************************************/ |
514 | extern "C" HRESULT DAPI StrAllocStringAnsi( | 514 | extern "C" HRESULT DAPI StrAllocStringAnsi( |
515 | __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, | 515 | __deref_out_ecount_z(cchSource+1) LPWSTR* ppwz, |