]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/Reliance-Edge/posix/path.c
Update Reliance Edge fail safe file system to the latest version.
[freertos] / FreeRTOS-Plus / Source / Reliance-Edge / posix / path.c
index 2e562ec0dba3108a8fd68003d84835f68b83d16f..ecdf0a7b8bee39f25d874cc307197d1bc3b307fd 100644 (file)
@@ -32,7 +32,7 @@
 #include <redcoreapi.h>\r
 #include <redvolume.h>\r
 #include <redposix.h>\r
-#include "redpath.h"\r
+#include <redpath.h>\r
 \r
 \r
 static bool IsRootDir(const char *pszLocalPath);\r
@@ -405,11 +405,11 @@ static bool IsRootDir(
     Example | Result\r
     ------- | ------\r
     ""        false\r
-    "\"       false\r
-    "\\"      false\r
+    "/"       false\r
+    "//"      false\r
     "a"       true\r
-    "\a"      true\r
-    "\\a"     true\r
+    "/a"      true\r
+    "//a"     true\r
 \r
     @param pszPathIdx   The path to examine, incremented to the point of\r
                         interest.\r