Skip to content

Commit 56eb173

Browse files
committed
Fixed bug in MutableFileSystem::importDirectory (#904)
1 parent 2e2bb9c commit 56eb173

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Emulator/VAmiga/FileSystems/MutableFileSystem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ MutableFileSystem::importDirectory(const fs::directory_entry &dir, bool recursiv
592592

593593
changeDir(name);
594594
importDirectory(entry, recursive);
595+
changeDir("..");
595596
}
596597
}
597598

vAmiga.xcodeproj/xcuserdata/hoff.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,5 +277,21 @@
277277
landmarkType = "7">
278278
</BreakpointContent>
279279
</BreakpointProxy>
280+
<BreakpointProxy
281+
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
282+
<BreakpointContent
283+
uuid = "C67A6183-864B-4150-A679-6142883D23EB"
284+
shouldBeEnabled = "Yes"
285+
ignoreCount = "0"
286+
continueAfterRunningActions = "No"
287+
filePath = "Emulator/VAmiga/FileSystems/MutableFileSystem.cpp"
288+
startingColumnNumber = "9223372036854775807"
289+
endingColumnNumber = "9223372036854775807"
290+
startingLineNumber = "75"
291+
endingLineNumber = "75"
292+
landmarkName = "MutableFileSystem::init(dia, den, path)"
293+
landmarkType = "7">
294+
</BreakpointContent>
295+
</BreakpointProxy>
280296
</Breakpoints>
281297
</Bucket>

0 commit comments

Comments
 (0)