We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e36820 commit e5730bdCopy full SHA for e5730bd
2 files changed
src/userfunc.c
@@ -574,6 +574,7 @@ get_lambda_tv(
574
{
575
if (types_optional)
576
ga_clear_strings(&argtypes);
577
+ ga_clear_strings(&newargs);
578
return white_error ? FAIL : NOTDONE;
579
}
580
*arg = s;
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2220,
755
/**/
756
2219,
757
0 commit comments