summaryrefslogtreecommitdiff
path: root/src/envshell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/envshell.cpp')
-rw-r--r--src/envshell.cpp6
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(