AMNS / Nightingale

Nightingale music notation software.
Mozilla Public License 2.0
11 stars 3 forks source link

When converting old-format files, the notice message displays garbage for the version #177

Closed donbyrd closed 5 years ago

donbyrd commented 5 years ago

When Nightingale starts to convert a file in an older file format in order to open it, it displays a message in the log saying so, but it always shows "T" instead of the 4-char. file version code.

donbyrd commented 5 years ago

OpenFile() was using "%T" format, a relic of the days of using Doug McKenna's pseudo-console that doesn't exist in standard C formatted output. Fixed.