Skip to content

test: Replace sprintf with snprintf

Brad King requested to merge brad.king/kwiml:test-no-sprintf into master

The macOS 13.0 SDK marks sprintf as deprecated, causing warnings. Follow the warnings' suggestion to switch to snprintf.

Merge request reports