GNOME Bugzilla – Bug 323678
CONVERT() crash for invalid units
Last modified: 2005-12-10 01:42:49 UTC
Internally the convert() function of CONVERT() returns an error instead of writing it to a variable passed by reference. The result was a nasty crash. To reproduce, type something like =CONVERT(8.5,"ft","sec") into a cell To fix, I will attach a patch against 1.6.1
Created attachment 55829 [details] [review] Suggested patch for convert problem
Fixed in cvs, a little different from your patch, but the same idea.