mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Force Atari TOS to check for media change before requesting information.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user