From f850bbbbc4b7345bebde241f651bad1c5c28df66 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 20 Aug 2020 21:54:00 -0400 Subject: Revert root_redirect :( This reverts commit 31fc46ded69be7438cca2ba2c2b93c1f200165a6. Change-Id: Ia78618c0e8b25ca65f7c8ae0db1cb9c9b321bad9 --- uisimulator/common/filesystem-sim.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'uisimulator/common/filesystem-sim.c') diff --git a/uisimulator/common/filesystem-sim.c b/uisimulator/common/filesystem-sim.c index 45483b7172..766beb3fda 100644 --- a/uisimulator/common/filesystem-sim.c +++ b/uisimulator/common/filesystem-sim.c @@ -309,8 +309,6 @@ int sim_get_os_path(char *buffer, const char *path, size_t bufsize) const char *next; volume = path_strip_volume(p, &next, true); - if (volume == ROOT_VOLUME) - volume = 0; /* FIXME: root no longer implies volume 0 */ if (next > p) { -- cgit v1.2.3