projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ca0b9a
)
Fix memory corruption bug on Windows
author
Bert Belder
<bertbelder@gmail.com>
Thu, 20 Jan 2011 00:41:16 +0000
(
01:41
+0100)
committer
Bert Belder
<bertbelder@gmail.com>
Thu, 20 Jan 2011 00:41:16 +0000
(
01:41
+0100)
src/node_stdio_win32.cc
patch
|
blob
|
history
diff --git
a/src/node_stdio_win32.cc
b/src/node_stdio_win32.cc
index c4ba9ba51682834bcdd9dd9f5712578acbd6cf19..8da6f104f1eb38efc81f17298033f5fac697a4cd 100644
(file)
--- a/
src/node_stdio_win32.cc
+++ b/
src/node_stdio_win32.cc
@@
-18,7
+18,7
@@
namespace node {
\r
#define KEY(scancode, name) \
\r
scancodes[scancode] = name;
\r
-#define MAX_KEY VK_
RMENU
\r
+#define MAX_KEY VK_
OEM_PERIOD
\r
\r
static const char* scancodes[MAX_KEY + 1] = {0};
\r
\r