Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
a83442a
for
set.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:
2008-03-21T00:39:16Z (
15 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
851a8c2
Parents:
379c08a
Message:
Fixed handling of "set charset none". Fixes bug
#373
.
File:
1 edited
set.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
set.c
r379c08a
ra83442a
235
235
GIConv cd;
236
236
237
if
( g_strncasecmp( value, "none", 4
) == 0 )
237
if
( g_strcasecmp( value, "none"
) == 0 )
238
238
return value;
239
239
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive