diff --git a/src/eval.c b/src/eval.c index 1728cd158a..92b572f8bb 100644 --- a/src/eval.c +++ b/src/eval.c @@ -23192,7 +23192,7 @@ func_dump_profile(fd) if (todo == 0) return; /* nothing to dump */ - sorttab = (ufunc_T **)alloc((unsigned)(sizeof(ufunc_T) * todo)); + sorttab = (ufunc_T **)alloc((unsigned)(sizeof(ufunc_T *) * todo)); for (hi = func_hashtab.ht_array; todo > 0; ++hi) { diff --git a/src/version.c b/src/version.c index 52581fe83b..cc44c4d1be 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 735, /**/ 734, /**/