Skip to content
Prev 15164 / 63424 Next

formatC with illegal input crashes Rgui (PR#7686)

We'll fix this, but you might like to note that sprintf is more
bulletproof and as from 2.1.0-to-be, a lot more tolerant, e.g.

sprintf("%s", 1)

works there and in 2.0.1 gives a useful error message.
On Fri, 11 Feb 2005 ehlers@math.ucalgary.ca wrote: