more fixes

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-23 15:11:09 -07:00
parent 31addc43dc
commit a75994e0b9
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -825,7 +825,7 @@ const int comparePathNames(const char* cpFirst, const char* cpSecond, unsigned i
return memicmp(first.c_str(), second.c_str(), length);
}
#if defined(FIX_FILENAME_CASE)
#if FIX_FILENAME_CASE
static bool FixOnePathElement(char* path)
{
if (*path == '\0')