Flush current track (if dirty) before 'Send to CiderPress' (fix #499)

This commit is contained in:
tomcw
2017-10-19 22:49:10 -07:00
parent 1cb5c6868d
commit c49d68f2b5
3 changed files with 15 additions and 6 deletions
+2
View File
@@ -2040,6 +2040,8 @@ void ProcessDiskPopupMenu(HWND hwnd, POINT pt, const int iDrive)
"Please install CiderPress.\n"
"Otherwise set the path to CiderPress from Configuration->Disk.";
DiskFlushCurrentTrack(iDrive);
//if(!filename1.compare("\"\"") == false) //Do not use this, for some reason it does not work!!!
if(!filename1.compare(sFileNameEmpty) )
{