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:
parent
dca1486602
commit
95159b8283
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user