cwIoMidiRecordPlay.cpp : Changed AM file version to -2 in _midi_write().

This is just a safety measure in case the format changed since the last time AM files were used.
This commit is contained in:
kevin 2025-04-19 13:47:39 -04:00
parent 2d749cabeb
commit 17aaa45edb

View File

@ -937,7 +937,7 @@ namespace cw
file::handle_t fH;
// NOTE: version must be a small negative number to differentiate from file version that
// whose first word is the count of records in the file, rather than the version number
int version = -1;
int version = -2;
if( p->iMsgArrayInIdx == 0 )
{