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:
parent
2d749cabeb
commit
17aaa45edb
@ -937,7 +937,7 @@ namespace cw
|
|||||||
file::handle_t fH;
|
file::handle_t fH;
|
||||||
// NOTE: version must be a small negative number to differentiate from file version that
|
// 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
|
// 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 )
|
if( p->iMsgArrayInIdx == 0 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user