Skip to content

Commit 35cb38d

Browse files
committed
patch 9.1.1244: part of patch v9.1.1242 was wrong
Problem: part of patch v9.1.1242 was wrong Solution: revert part of the patch fixes: #16983 related: #16972 Signed-off-by: Christian Brabandt <[email protected]>
1 parent 14dec7b commit 35cb38d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/eval.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2163,8 +2163,6 @@ get_lval(
21632163
}
21642164
}
21652165
lp->ll_name = lp->ll_exp_name;
2166-
if (lp->ll_name != NULL)
2167-
lp->ll_name_end = lp->ll_name + STRLEN(lp->ll_name);
21682166
}
21692167
else
21702168
{

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1244,
707709
/**/
708710
1243,
709711
/**/

0 commit comments

Comments
 (0)