1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

radioline() was broken after the portable-dialog stuff got added, so

PuTTYgen was lacking its key type selector. Fixed.

[originally from svn r3150]
This commit is contained in:
Simon Tatham 2003-04-27 10:02:21 +00:00
parent dca1486602
commit 95159b8283

View File

@ -287,6 +287,7 @@ void radioline(struct ctlpos *cp, char *text, int id, int nacross, ...)
if (!btext)
break;
bid = va_arg(ap, int);
nbuttons++;
}
va_end(ap);
buttons = snewn(nbuttons, struct radio);