From 2de61ec3abd15176041299803874746cf4ba60cb Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 17 Nov 2024 13:34:29 +0000 Subject: [PATCH] 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. --- windows/console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/console.c b/windows/console.c index 099b8a29..13f54243 100644 --- a/windows/console.c +++ b/windows/console.c @@ -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