1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-28 15:21:03 +01:00

zsh-workers/10104

This commit is contained in:
Tanaka Akira 2000-03-13 09:40:22 +00:00
parent 2d69947427
commit 5e8320bf2b
2 changed files with 73 additions and 1 deletions

View file

@ -1420,7 +1420,7 @@ getnumvalue(Value v)
mn.type = MN_FLOAT;
mn.u.d = v->pm->gets.ffn(v->pm);
} else
return matheval(getstrvalue(v));
return mathnumber(getstrvalue(v));
return mn;
}