mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Change trick to use LisaOS path separator.
This commit is contained in:
@@ -499,7 +499,7 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
|
||||
for(int lvl = 0; lvl < pathElements.Length; lvl++)
|
||||
{
|
||||
string wantedFilename = pathElements[0].Replace(':', '/');
|
||||
string wantedFilename = pathElements[0].Replace('-', '/');
|
||||
|
||||
foreach(CatalogEntry entry in catalogCache)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user