From fb006241667a4433ca6fbfcaf37522fb924e0110 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 22 Oct 2002 13:27:58 +0000 Subject: [PATCH] Make -ut work the right way round! :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@2114 cda61777-01e9-0310-a592-d414129be87e --- unix/pterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/pterm.c b/unix/pterm.c index e2830588..706ae031 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -1703,7 +1703,7 @@ int do_cmdline(int argc, char **argv, int do_everything) } else if (!strcmp(p, "-ut")) { SECOND_PASS_ONLY; - cfg.stamp_utmp = 0; + cfg.stamp_utmp = 1; } else if (!strcmp(p, "-ls-") || !strcmp(p, "+ls")) { SECOND_PASS_ONLY; -- 2.11.0