mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Typo.
This commit is contained in:
@@ -28,7 +28,7 @@ public sealed class Fuse : FileSystem
|
|||||||
_directoryCache = new ConcurrentDictionary<long, List<DirectoryEntry>>();
|
_directoryCache = new ConcurrentDictionary<long, List<DirectoryEntry>>();
|
||||||
_lastHandle = 0;
|
_lastHandle = 0;
|
||||||
_fileStatHandleCache = new ConcurrentDictionary<long, Stat>();
|
_fileStatHandleCache = new ConcurrentDictionary<long, Stat>();
|
||||||
Name = "romrepombgrfs";
|
Name = "romrepomgrfs";
|
||||||
_vfs = vfs;
|
_vfs = vfs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user