Replace sprintf by snprintf
The macOS toolchain deprecated sprintf in favor of snprintf. This was blocking the build on macOS. Replaced all instances of sprintf by snprintf.
Loading
Please sign in to comment
The macOS toolchain deprecated sprintf in favor of snprintf. This was blocking the build on macOS. Replaced all instances of sprintf by snprintf.