diff --git a/src/eval.c b/src/eval.c index 923e7a43d9..e89116452c 100644 --- a/src/eval.c +++ b/src/eval.c @@ -2163,8 +2163,6 @@ get_lval( } } lp->ll_name = lp->ll_exp_name; - if (lp->ll_name != NULL) - lp->ll_name_end = lp->ll_name + STRLEN(lp->ll_name); } else { diff --git a/src/version.c b/src/version.c index 946c11e04c..1e1d769d35 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1244, /**/ 1243, /**/