diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-04-20 00:33:39 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-04-20 00:33:39 +0200 |
| commit | d998f9f493a8272c423871ef3da8ad8a8b718128 (patch) | |
| tree | 6580812b8b06eb0ac3575f3bfefb4fe75228f1af /src/envshell.cpp | |
| parent | 712fbb4affab1a900a9c8a68660354a61541f5b9 (diff) | |
Minor fixes. Add gamebryo translations.
Diffstat (limited to 'src/envshell.cpp')
| -rw-r--r-- | src/envshell.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/envshell.cpp b/src/envshell.cpp index d38859a2..f3146b9f 100644 --- a/src/envshell.cpp +++ b/src/envshell.cpp @@ -117,8 +117,8 @@ HRESULT IContextMenu_GetCommandString( } // Some context menu handlers have off-by-one bugs and will - // overflow the output buffer. Let’s artificially reduce the - // buffer size so a one-character overflow won’t corrupt memory. + // overflow the output buffer. Let�s artificially reduce the + // buffer size so a one-character overflow won�t corrupt memory. if (cchMax <= 1) { return E_FAIL; } @@ -140,7 +140,7 @@ HRESULT IContextMenu_GetCommandString( } if (FAILED(hr)) { - // try again with ANSI – pad the buffer with one extra character + // try again with ANSI � pad the buffer with one extra character // to compensate for context menu handlers that overflow by // one character. LPSTR pszAnsi = (LPSTR)LocalAlloc( |
