Skip to content

rts: Fix erroneous usage of vsnprintf

Ben Gamari requested to merge wip/T18658 into master

As pointed out in #18685 (closed), this should be snprintf not vsnprintf. This appears to be due to a cut-and-paste error.

Fixes #18658 (closed).

Merge request reports