Force Atari TOS to check for media change before requesting information.

This commit is contained in:
2021-05-16 21:14:32 +01:00
parent 86767c501a
commit b401b9f637

View File

@@ -42,8 +42,7 @@ void GetVolumeInfo(const char* path, size_t* clusterSize)
char xfsName[256];
struct fs_info fsInfo;
if(driveNo > 32) driveNo -= 32;
Mediach(driveNo);
bpb = Getbpb(driveNo);
if(bpb == NULL)