Closed donbyrd closed 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.
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.
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.