From 3a9138132bc6cb5b0d94dbff8abcd067ed55967d Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 4 Oct 2000 10:02:25 +0000 Subject: [PATCH] Fix a typo; thanks to Al Sutton git-svn-id: svn://svn.tartarus.org/sgt/putty@667 cda61777-01e9-0310-a592-d414129be87e --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 7a0a2253..8f972763 100644 --- a/scp.c +++ b/scp.c @@ -94,7 +94,7 @@ void tell_char(FILE *stream, char c) else { unsigned int msg_id = WM_STD_OUT_CHAR; - if (stream = stderr) msg_id = WM_STD_ERR_CHAR; + if (stream == stderr) msg_id = WM_STD_ERR_CHAR; send_msg( (HWND)atoi(gui_hwnd), msg_id, (WPARAM)c ); } } -- 2.11.0