Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: runtime/bin/io_natives.cc

Issue 2585443002: Error checking for Stdio calls (Closed)
Patch Set: Fix Windows Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/stdio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_natives.cc
diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
index 4662d820ff48d4ec386e4c41b6b1ebe370c58928..d6d5c09a9de314be4812c0738111076a4aded3c6 100644
--- a/runtime/bin/io_natives.cc
+++ b/runtime/bin/io_natives.cc
@@ -138,7 +138,7 @@ namespace bin {
V(Socket_LeaveMulticast, 4) \
V(Socket_GetSocketId, 1) \
V(Socket_SetSocketId, 2) \
- V(Stdin_ReadByte, 1) \
+ V(Stdin_ReadByte, 0) \
V(Stdin_GetEchoMode, 0) \
V(Stdin_SetEchoMode, 1) \
V(Stdin_GetLineMode, 0) \
« no previous file with comments | « no previous file | runtime/bin/stdio.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698