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 9ba2786 commit f21d546Copy full SHA for f21d546
src/eval.c
@@ -1121,7 +1121,7 @@ get_lval(
1121
var2.v_type = VAR_UNKNOWN;
1122
while (*p == '[' || (*p == '.' && p[1] != '=' && p[1] != '.'))
1123
{
1124
- int r;
+ int r = OK;
1125
1126
if (*p == '.' && lp->ll_tv->v_type != VAR_DICT)
1127
src/version.c
@@ -703,6 +703,8 @@ static char *(features[]) =
703
704
static int included_patches[] =
705
{ /* Add new patch number below this line */
706
+/**/
707
+ 435,
708
/**/
709
434,
710
0 commit comments