Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clang warning about deprecated sprintf usage (#4747)
Resolves a warning that was emitted from the clang compiler. Switches usage of the sprintf function to the recommended snprintf function. Warning was observed in Apple clang version 15.0.0 (clang-1500.0.40.1). Fix #4569
- Loading branch information