-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 i think that this is the best way.
-juan. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE82/nfUMlRieHkprgRAtvDAKC0ebL4POBObCBLIwGLHcqBCPVMbgCgjLkL Qo5k9QNe6nqbcgSblyo9/vw= =h4n4 -----END PGP SIGNATURE-----
Index: user.cpp =================================================================== RCS file: /cvsroot/licq/licq/src/user.cpp,v retrieving revision 1.37 diff -u -1 -b -p -r1.37 user.cpp --- user.cpp 6 May 2002 01:51:26 -0000 1.37 +++ user.cpp 10 May 2002 16:44:12 -0000 @@ -196,2 +196,8 @@ bool CUserManager::Load() } + else if( nUserUin == m_nOwnerUin ) + { + gLog.Warn("%sSkipping user %i, owner of the list (%ld).\n", + L_WARNxSTR, i, nUserUin); + continue; + } snprintf(filename, MAX_FILENAME_LEN, "%s/%s/%li.uin", BASE_DIR, USER_DIR, nUserUin);