Another old style one
This commit is contained in:
@@ -489,7 +489,7 @@ bool ProfileManager::DeleteLocalProfile( RString sProfileID )
|
|||||||
// flush directory cache in an attempt to get this working
|
// flush directory cache in an attempt to get this working
|
||||||
FILEMAN->FlushDirCache( sProfileDir );
|
FILEMAN->FlushDirCache( sProfileDir );
|
||||||
|
|
||||||
FOREACH( DirAndProfile, g_vLocalProfile, i )
|
for (vector<DirAndProfile>::iterator i = g_vLocalProfile.begin(); i != g_vLocalProfile.end(); ++i)
|
||||||
{
|
{
|
||||||
if( i->sDir == sProfileDir )
|
if( i->sDir == sProfileDir )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user