Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
723e611
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:
2007-02-26T04:46:35Z (
16 years
ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
fa29d093
Parents:
b6423a09
Message:
Removed boolean code from set_getint() and added bits of help to set.h.
File:
1 edited
set.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
set.c
rb6423a09
r723e611
92
92
return 0;
93
93
94
if( ( g_strcasecmp( s, "true" ) == 0 ) || ( g_strcasecmp( s, "yes" ) == 0 ) || ( g_strcasecmp( s, "on" ) == 0 ) )
95
return 1;
96
97
94
if( sscanf( s, "%d", &i ) != 1 )
98
95
return 0;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive