André Hentschel : kernel32: Remove a useless error message.

Alexandre Julliard julliard at winehq.org
Wed Feb 16 11:14:11 CST 2011


Module: wine
Branch: master
Commit: fc38254fed5dbc07a2a61a2411bfaadcc977e40b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc38254fed5dbc07a2a61a2411bfaadcc977e40b

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Feb 15 19:49:10 2011 +0100

kernel32: Remove a useless error message.

---

 dlls/kernel32/editline.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/editline.c b/dlls/kernel32/editline.c
index a39fa8d..7664b55 100644
--- a/dlls/kernel32/editline.c
+++ b/dlls/kernel32/editline.c
@@ -97,7 +97,6 @@ static void WCEL_Dump(WCEL_Context* ctx, const char* pfx)
 static BOOL WCEL_Get(WCEL_Context* ctx, INPUT_RECORD* ir)
 {
     if (ReadConsoleInputW(ctx->hConIn, ir, 1, NULL)) return TRUE;
-    ERR("hmm bad situation\n");
     ctx->error = 1;
     return FALSE;
 }




More information about the wine-cvs mailing list