Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4138:8d5ae87f63ba
for
account.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
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
account.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
account.c
r4114
r4138
179
179
#endif
180
180
181
if (!
account->flags & M_ACCT_LOGIN
)
181
if (!
(account->flags & M_ACCT_LOGIN)
)
182
182
{
183
183
mutt_account_getuser (account);
Download in other formats:
Unified Diff
Zip Archive