# HG changeset patch # User Nathan Walp # Date 1119013769 0 # Node ID 8d67f04911d6eb15497ba4d7b9aded17486adb1b # Parent 7653143dec3649ef5ee941903aaaca9082b2f23b [gaim-migrate @ 12881] log this! committer: Tailor Script diff -r 7653143dec36 -r 8d67f04911d6 src/account.c --- a/src/account.c Fri Jun 17 07:37:35 2005 +0000 +++ b/src/account.c Fri Jun 17 13:09:29 2005 +0000 @@ -1635,7 +1635,7 @@ account->system_log = gaim_log_new(GAIM_LOG_SYSTEM, gaim_account_get_username(account), account, - gc != NULL ? gc->login_time : time(NULL)); + (gc != NULL && gc->login_time != 0) ? gc->login_time : time(NULL)); } return account->system_log;