From d998f9f493a8272c423871ef3da8ad8a8b718128 Mon Sep 17 00:00:00 2001 From: Mikaël Capelle Date: Wed, 20 Apr 2022 00:33:39 +0200 Subject: Minor fixes. Add gamebryo translations. --- src/envshell.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/envshell.cpp') 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( -- cgit v1.3.1