Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
set.c
[dd89a55:c92e6801]
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
set.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
set.c
rdd89a55
rc92e6801
150
150
if( s )
151
151
{
152
if( t )
153
t->next = s->next;
154
else
155
irc->set = s->next;
156
152
t->next = s->next;
157
153
g_free( s->key );
158
154
if( s->value ) g_free( s->value );
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive