On Sun, 31 May 2026, 15:01 Daniel Sahlberg, <[email protected]> wrote:
> Hi, > > Even if Apple are incorrectly deprecating sprintf() and even if we know > that our string will fit in the allocated buffer... Is there a significant > drawback of just using snprintf()? > Yes, it's explained right there in the comment: apr_psprintf() ignores the locale, so the decimal separator isn't localised. I'd have to take another look at skel_test, it's possible that the use of snprintf() there could be replaced. -- Brane

