mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +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)
|
if (!btext)
|
||||||
break;
|
break;
|
||||||
bid = va_arg(ap, int);
|
bid = va_arg(ap, int);
|
||||||
|
nbuttons++;
|
||||||
}
|
}
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
buttons = snewn(nbuttons, struct radio);
|
buttons = snewn(nbuttons, struct radio);
|
||||||
|
Loading…
Reference in New Issue
Block a user