mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Fixed MOST name inconsistencies.
This commit is contained in:
@@ -34,7 +34,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using DiscImageChef.CommonTypes;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
using DiscImageChef.DiscImages;
|
||||
|
||||
namespace DiscImageChef.Filesystems.AppleDOS
|
||||
{
|
||||
@@ -65,7 +65,7 @@ namespace DiscImageChef.Filesystems.AppleDOS
|
||||
List<string> lockedFiles;
|
||||
#endregion Caches
|
||||
|
||||
VTOC vtoc;
|
||||
Vtoc vtoc;
|
||||
ulong start;
|
||||
int sectorsPerTrack;
|
||||
ulong totalFileEntries;
|
||||
|
||||
Reference in New Issue
Block a user