aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-08-27 17:27:52 +0100
committerAlex-TIMEHACK <[email protected]>2017-08-27 17:27:52 +0100
commit15b5a609e1a60035b74aebfc70fafd8e118e4c3a (patch)
tree2166e3e2a1d36d32194b4d796e572ce78a202e80 /Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
parenta751c8fcac0aab40de9cf0539fff65791da51f34 (diff)
downloadhistacom2-15b5a609e1a60035b74aebfc70fafd8e118e4c3a.tar.gz
histacom2-15b5a609e1a60035b74aebfc70fafd8e118e4c3a.tar.bz2
histacom2-15b5a609e1a60035b74aebfc70fafd8e118e4c3a.zip
This entire commit will be using the code lempamo wrote
Diffstat (limited to 'Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs')
-rw-r--r--Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
index a5f8ba8..bff593e 100644
--- a/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
+++ b/Histacom2/OS/Win98/Win98Apps/WinClassicWindowsExplorer.cs
@@ -787,6 +787,7 @@ namespace Histacom2.OS.Win95.Win95Apps
// Delete it
fsfi.SubDirs.Remove(dir);
+ continue;
}
}
@@ -807,6 +808,7 @@ namespace Histacom2.OS.Win95.Win95Apps
// Delete it
fsfi.Files.Remove(file);
+ continue;
}
}