diff options
Diffstat (limited to 'utilities.cpp')
-rw-r--r-- | utilities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities.cpp b/utilities.cpp index 7d9b85c..afac552 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -61,7 +61,7 @@ int GetJabberInterface(WPARAM, LPARAM) //get interface for all jabber accounts, } mir_free(tmp); } - while(GetAccountsCount() > i) //cleanup unused accounts + if(GetAccountsCount() > i) //cleanup unused accounts { JabberAccount *acc = &Accounts, *acc2; for(int a = 0; a <= i; a++) |