Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
7b23afd
for
user.c
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:
2005-11-07T16:16:18Z (
19 years
ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
f7f3ada
Parents:
fe51bcf
Message:
Migrate my pluginable branch to use Wilmers' branch as parent
File:
1 edited
user.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
user.c
rfe51bcf
r7b23afd
146
146
while( u )
147
147
{
148
if( u->gc == gc && u->handle && handle_cmp( u->handle, handle, gc->pr
otocol
) == 0 )
148
if( u->gc == gc && u->handle && handle_cmp( u->handle, handle, gc->pr
pl
) == 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