Skip to content

Commit 80a070c

Browse files
committed
patch 8.2.3316: float test fails
Problem: Float test fails. Solution: Add missing change.
1 parent 2950065 commit 80a070c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/evalfunc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ static funcentry_T global_functions[] =
19721972
ret_list_number, f_srand},
19731973
{"state", 0, 1, FEARG_1, arg1_string,
19741974
ret_string, f_state},
1975-
{"str2float", 1, 1, FEARG_1, arg1_string,
1975+
{"str2float", 1, 2, FEARG_1, arg2_string_bool,
19761976
ret_float, FLOAT_FUNC(f_str2float)},
19771977
{"str2list", 1, 2, FEARG_1, arg2_string_bool,
19781978
ret_list_number, f_str2list},

src/version.c

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

756756
static int included_patches[] =
757757
{ /* Add new patch number below this line */
758+
/**/
759+
3316,
758760
/**/
759761
3315,
760762
/**/

0 commit comments

Comments
 (0)