From 48314f7dc016c6beaaabe6501252740348e786cc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 22 Oct 2002 13:27:58 +0000 Subject: [PATCH] Make -ut work the right way round! :-) [originally from svn r2114] --- 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.45.2