mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 01:18:00 +00:00
Correct version number in comment.
When Windows console prompting moved away from stdin/stderr by default
(80aed96286
), 0.78 was the most recent release; but we've made several
more releases off branches since then.
This commit is contained in:
parent
23572715fd
commit
2de61ec3ab
@ -36,7 +36,7 @@ void console_print_error_msg(const char *prefix, const char *msg)
|
||||
* System for getting I/O handles to talk to the console for
|
||||
* interactive prompts.
|
||||
*
|
||||
* In PuTTY 0.78 and before, these prompts used the standard I/O
|
||||
* In PuTTY 0.81 and before, these prompts used the standard I/O
|
||||
* handles. But this means you can't redirect Plink's actual stdin
|
||||
* from a sensible data channel without the responses to login prompts
|
||||
* unwantedly being read from it too. Also, if you have a real
|
||||
|
Loading…
Reference in New Issue
Block a user