1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Make -ut work the right way round! :-)

[originally from svn r2114]
This commit is contained in:
Simon Tatham 2002-10-22 13:27:58 +00:00
parent 5ce13aad0f
commit 48314f7dc0

View File

@ -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;