From f4aa7e3b87abf75249e35b6bcb1c37ce9f7b648b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 9 Oct 2013 12:07:26 +0000 Subject: fix for recursion in Folders git-svn-id: http://svn.miranda-ng.org/main/trunk@6414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/database/profilemanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/database/profilemanager.h') 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; -- cgit v1.2.3