From 051c0048d8068b8690eee70e5491751e12c0fa30 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 20 Jun 2011 18:04:49 +0300 Subject: path_userdata is now created before potentially creating debug.txt in there --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index ae52bc36d..be932cdf2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1140,6 +1140,9 @@ int main(int argc, char *argv[]) // Initialize porting::path_data and porting::path_userdata porting::initializePaths(); + // Create user data directory + fs::CreateDir(porting::path_userdata); + // Initialize debug streams #ifdef RUN_IN_PLACE std::string debugfile = DEBUGFILE; @@ -1152,9 +1155,6 @@ int main(int argc, char *argv[]) DSTACK(__FUNCTION_NAME); - // Create user data directory - fs::CreateDir(porting::path_userdata); - // Init material properties table //initializeMaterialProperties(); -- cgit v1.2.3