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 33c31d5 commit 4db20abCopy full SHA for 4db20ab
src/eval.c
@@ -9489,7 +9489,7 @@ f_asin(typval_T *argvars, typval_T *rettv)
9489
static void
9490
f_atan(typval_T *argvars, typval_T *rettv)
9491
{
9492
- float_T f;
+ float_T f = 0.0;
9493
9494
rettv->v_type = VAR_FLOAT;
9495
if (get_float_arg(argvars, &f) == OK)
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1391,
753
/**/
754
1390,
755
0 commit comments