Branko Čibej wrote: > Julian Foad wrote: > > snprintf was introduced in the C'99 standard, so officially we shouldn't > > assume we can use it, and a quick grep indicates we didn't use it until > > now. But it's very likely that any non-C'99 systems that Subversion is > > built on (Microsoft's, for one) provide it anyway. > > But since we do have apr_snprintf, there's no need to suddenly require > the target platform to provide snprintf.
Sure. Changed in r884119. - Julian