--- uae/src/fsusage.c 2018/04/24 17:02:11 1.1.1.3 +++ uae/src/fsusage.c 2018/04/24 17:14:30 1.1.1.4 @@ -78,10 +78,10 @@ get_fs_usage (path, disk, fsp) } /* HACK ALERT! WinNT returns 0 in TotalNumberOfClusters for an audio-CD, which calls the GURU! */ - if( ( TotalNumberOfClusters == 0 ) && - ( GetDriveType( buf2 ) == DRIVE_CDROM ) ) + if( ( TotalNumberOfClusters == 0 ) && + ( GetDriveType( buf2 ) == DRIVE_CDROM ) ) { - TotalNumberOfClusters = 327680; + TotalNumberOfClusters = 327680; } BytesPerSector *= SectorsPerCluster;