]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix completely broken dialog-building functions.
authorSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 21:15:02 +0000 (21:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 14 Feb 2017 23:25:25 +0000 (23:25 +0000)
commit50965a6411b8da9301501e91262bfe6cf8c808ae
treec8a1a8c0f4d2a9b3bf786e1159aea5e68f665f14
parent2247065d0fa88daf8499eb937ee60e8e3df22261
Fix completely broken dialog-building functions.

The loops that were supposed to count up the number of buttons in the
variadic argument list forgot to increment the counter.

On the other hand, these functions aren't actually _used_ anywhere in
the current code - looks as if commit 616c837cf was the last time they
were seen - but manual dialog stuff like PuTTYgen might yet find a use
for them in future.
windows/winctrls.c