Codechange: use fmt::format instead of vseprintf for midi command formatting
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#define sprintf SAFEGUARD_DO_NOT_USE_THIS_METHOD
|
||||
#define snprintf SAFEGUARD_DO_NOT_USE_THIS_METHOD
|
||||
|
||||
/* Use vseprintf instead. */
|
||||
/* Use fmt::format instead. */
|
||||
#define vsprintf SAFEGUARD_DO_NOT_USE_THIS_METHOD
|
||||
#define vsnprintf SAFEGUARD_DO_NOT_USE_THIS_METHOD
|
||||
|
||||
|
Reference in New Issue
Block a user