Closed donbyrd closed 3 years ago
I've fixed the display of control points for slurs; not yet committed/pushed to the repository. The display of string Graphics is the only other occurrence of "%p" or "%P" in the code and very likely the only other place we show garbage.
I've fixed the display of string Graphics. Again not pushed to the repository yet.
Pushed the fix.
For string Graphics, Debug Display of subobjects shows the string as something like "0x1b1494"; for Slurs, it shows control points as "P P P P". There are probably other booboos like this in Debug Display. The format strings passed to LogPrintf for these use "%p" or "%P" conversions, which make no sense in C99; they're undoubtedly relics of when Nightingale used a library of Doug McKenna's to display messages.