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
[c92e6801:dd89a55]
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
rc92e6801
rdd89a55
150
150
if( s )
151
151
{
152
t->next = s->next;
152
if( t )
153
t->next = s->next;
154
else
155
irc->set = s->next;
156
153
157
g_free( s->key );
154
158
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