Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
user.c
[7b23afd:9cb9868]
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
File:
1 edited
user.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
user.c
r7b23afd
r9cb9868
146
146
while( u )
147
147
{
148
if( u->gc == gc && u->handle &&
handle_cmp( u->handle, handle, gc->prpl
) == 0 )
148
if( u->gc == gc && u->handle &&
gc->prpl->cmp_buddynames ( u->handle, handle
) == 0 )
149
149
break;
150
150
u = u->next;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive