Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset f86a3d5
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2008-09-01T10:21:01Z (
16 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d4810df
Parents:
35529ae
Message:
Fixed ugly looping bug in chatroom list cleanup code.
File:
1 edited
account.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
account.c
r35529ae
rf86a3d5
205
205
206
206
for( c = irc->chatrooms; c; c = nc )
207
{
208
nc = c->next;
207
209
if( acc == c->acc )
208
{
209
nc = c->next;
210
210
chat_del( irc, c );
211
}
211
}
212
212
213
213
while( a->set )
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive