PortMidi / portmidi

portmidi is a cross-platform MIDI input/output library
Other
116 stars 31 forks source link

macOS 13 SDK deprecates sprintf() #50

Closed sl1200mk2 closed 1 year ago

rbdannenberg commented 1 year ago

sprintf is fine in this case, so the only problem is Xcode recommending a weak check -- Xcode does not verify the size (argument 2) is the size of the output string area (argument 1) -- when none is needed. But yes, probably best to get Xcode to stop complaining. OK I'm done with my rant :-) Thanks for the contribution.