GNOME Bugzilla – Bug 165996
substitute("a","","") hangs
Last modified: 2005-02-02 15:34:42 UTC
write someting to A1, to A2 write =substitute(A1,"",""). Not sure what is expected , gnumeric UI deadlocks
problem is in plugins/fn-string/functions.c, function gnumeric_substitute. Solution is to check input variables and not to go into while cycle, when oldlen variable is zero. I checked it in cvs file version was 1.148.
Fixed in cvs (along with proper checking of fourth argument).