Changeset 4138:8d5ae87f63ba

Show
Ignore:
Timestamp:
2005-08-03 08:34:14 (3 years ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Fix C precedence buglet in getlogin preventing it from actually calling
getuser.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • account.c

    r4114 r4138  
    179179#endif 
    180180 
    181   if (! account->flags & M_ACCT_LOGIN) 
     181  if (!(account->flags & M_ACCT_LOGIN)) 
    182182  { 
    183183    mutt_account_getuser (account);