diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-09 12:07:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-09 12:07:26 +0000 |
commit | f4aa7e3b87abf75249e35b6bcb1c37ce9f7b648b (patch) | |
tree | c4de493e697bac261ef23ddbea7631c0867f010d /src/modules/database/profilemanager.h | |
parent | 2ff607d58d8889248484d3bcd4eb123a13c0a164 (diff) |
fix for recursion in Folders
git-svn-id: http://svn.miranda-ng.org/main/trunk@6414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/profilemanager.h')
-rw-r--r-- | src/modules/database/profilemanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/database/profilemanager.h b/src/modules/database/profilemanager.h index 58fd1d747d..d91b71570a 100644 --- a/src/modules/database/profilemanager.h +++ b/src/modules/database/profilemanager.h @@ -37,5 +37,5 @@ int isValidProfileName(const TCHAR *name); bool fileExist(TCHAR* fname);
bool shouldAutoCreate(TCHAR *szProfile);
-extern TCHAR g_profileDir[MAX_PATH], g_profileName[MAX_PATH], g_profilePath[MAX_PATH];
+extern TCHAR g_profileDir[MAX_PATH], g_profileName[MAX_PATH], g_shortProfileName[MAX_PATH];
extern bool g_bDbCreated;
|