1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-11 08:08:06 -05:00
Simon Tatham 33715c07e3 Fix two accidental overwrites of 'flags'.
When I came to actually remove the global 'flags' word, I found that I
got compile failures in two functions that should never have been
accessing it at all, because they forgot to declare _local_ variables
of the same name. Yikes!

(Of course, _now_ that's harmless, because I've just removed all the
actual semantics from the global variable. But I'm about to remove the
variable too, so these bugs would become compile failures.)
2020-01-30 06:40:21 +00:00
..
2020-01-30 06:40:21 +00:00
2019-03-31 10:35:10 +01:00
2020-01-30 06:40:21 +00:00
2019-10-14 19:42:37 +01:00
2020-01-30 06:40:21 +00:00
2020-01-21 20:24:04 +00:00
2020-01-30 06:40:21 +00:00
2020-01-30 06:40:21 +00:00
2020-01-30 06:40:21 +00:00
2020-01-30 06:40:21 +00:00
2019-10-14 19:42:37 +01:00
2020-01-21 20:24:04 +00:00