mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove sync/async definitions. Use sync functions for MacOS.
This commit is contained in:
@@ -86,7 +86,7 @@ void GetVolumeInfo(const char* path, size_t* clusterSize)
|
||||
hpb.ioNamePtr = str255;
|
||||
hpb.ioVRefNum = 0;
|
||||
hpb.ioVolIndex = -1;
|
||||
rc = PBHGetVInfo((HParmBlkPtr)&hpb, 0);
|
||||
rc = PBHGetVInfoSync((HParmBlkPtr)&hpb);
|
||||
if(rc)
|
||||
{
|
||||
printf("Could not get volume information.\n");
|
||||
|
||||
Reference in New Issue
Block a user