mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-08 08:30:46 +00:00
No longer uses implicit error value of ImageOpen()
This commit is contained in:
parent
35f3e58882
commit
4969ed13ba
@ -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…
x
Reference in New Issue
Block a user