From de51abd18f3cd9cd486837da69264b841d6cfff6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Feb 2013 00:54:47 +0300 Subject: Improve physfs calls to get dir separator. --- src/utils/physfstools.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/utils/physfstools.cpp') diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 06df8fccf..1fcb8fb1b 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -20,11 +20,20 @@ #include "utils/physfstools.h" +#include "logger.h" + +const char *dirSeparator = nullptr; + namespace PhysFs { + void updateDirSeparator() + { + dirSeparator = PHYSFS_getDirSeparator(); + } + const char *getDirSeparator() { - return PHYSFS_getDirSeparator(); + return dirSeparator; } const char *getBaseDir() -- cgit v1.2.3-60-g2f50