mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-04 14:12:24 +00:00
Fix a typo; thanks to Al Sutton
[originally from svn r667]
This commit is contained in:
parent
01ca2d8077
commit
e424247802
2
scp.c
2
scp.c
@ -94,7 +94,7 @@ void tell_char(FILE *stream, char c)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
unsigned int msg_id = WM_STD_OUT_CHAR;
|
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 );
|
send_msg( (HWND)atoi(gui_hwnd), msg_id, (WPARAM)c );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user