]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Clearing and refilling the code-pages list box can cause a
authorSimon Tatham <anakin@pobox.com>
Wed, 10 Jun 2009 17:42:15 +0000 (17:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 10 Jun 2009 17:42:15 +0000 (17:42 +0000)
commitb024b57644994a0f12d73250abee6f22c82cf0d1
treeae34a9da994895d1098de70d197a0fb4902fa7c6
parentf8a260d59fbc9e25efde99d7c0d5a91596d0a74a
Clearing and refilling the code-pages list box can cause a
re-entrant call to its handler in config.c, which destroys the
previous value in cfg->line_codepage. Therefore, preserve the right
value in an automatic variable until all the re-entrant calls have
finished.

[originally from svn r8592]
config.c