mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-14 18:05:01 +00:00
No longer uses implicit error value of ImageOpen()
This commit is contained in:
parent
8cd641f0b5
commit
051344249f
@ -365,7 +365,7 @@ int DiskInsert (int drive, LPCTSTR imagefilename, BOOL writeprotected, BOOL crea
|
||||
&fptr->imagehandle,
|
||||
&fptr->writeprotected,
|
||||
createifnecessary);
|
||||
if (!error)
|
||||
if (error == IMAGE_ERROR_NONE)
|
||||
GetImageTitle(imagefilename,fptr);
|
||||
return error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user