Update Reliance Edge fail safe file system to the latest version.

This commit is contained in:
Richard Barry 2017-01-24 00:20:35 +00:00
parent 8d041c8e21
commit 67def3c14b
30 changed files with 5877 additions and 5544 deletions

View file

@ -32,7 +32,7 @@
#include <redcoreapi.h>
#include <redvolume.h>
#include <redposix.h>
#include "redpath.h"
#include <redpath.h>
static bool IsRootDir(const char *pszLocalPath);
@ -405,11 +405,11 @@ static bool IsRootDir(
Example | Result
------- | ------
"" false
"\" false
"\\" false
"/" false
"//" false
"a" true
"\a" true
"\\a" true
"/a" true
"//a" true
@param pszPathIdx The path to examine, incremented to the point of
interest.