diff --git a/DwarfOne2C/Program.cs b/DwarfOne2C/Program.cs index efc57c5..938383d 100644 --- a/DwarfOne2C/Program.cs +++ b/DwarfOne2C/Program.cs @@ -124,6 +124,9 @@ static int Main(string[] args) string splitPath = arguments[1]; string cuPath = arguments[2]; + splitPath = splitPath.Replace(@"\\", @"\"); + cuPath = cuPath.Replace(@"\\", @"\"); + DumpParser dumpParser = new DumpParser(fullPath); CompilationUnit unit = dumpParser.Parse(cuPath);