mac:reorder a cout
This commit is contained in:
@@ -2282,7 +2282,7 @@ void Options::load(bool lightweight)
|
|||||||
strcpy( concatString, homedir );
|
strcpy( concatString, homedir );
|
||||||
strcat( concatString, configdir );
|
strcat( concatString, configdir );
|
||||||
path = concatString;
|
path = concatString;
|
||||||
std::cout << concatString << "\n";
|
std::cout << "config=" << path << "\n";
|
||||||
delete[] concatString;
|
delete[] concatString;
|
||||||
#else
|
#else
|
||||||
path = g_getenv("RT_SETTINGS");
|
path = g_getenv("RT_SETTINGS");
|
||||||
@@ -2336,8 +2336,8 @@ void Options::load(bool lightweight)
|
|||||||
gchar* concatString2 = new gchar[ bufferSize2 ];
|
gchar* concatString2 = new gchar[ bufferSize2 ];
|
||||||
strcpy( concatString2, homedir );
|
strcpy( concatString2, homedir );
|
||||||
strcat( concatString2, cachedir );
|
strcat( concatString2, cachedir );
|
||||||
std::cout << path << "\n";
|
|
||||||
path = concatString2;
|
path = concatString2;
|
||||||
|
std::cout << "cache=" << path << "\n";
|
||||||
delete[] concatString2;
|
delete[] concatString2;
|
||||||
#else
|
#else
|
||||||
path = g_getenv("RT_CACHE");
|
path = g_getenv("RT_CACHE");
|
||||||
|
Reference in New Issue
Block a user