- Timestamp:
- 2011-12-17T13:50:01Z (13 years ago)
- Branches:
- master
- Children:
- 18c6d36
- Parents:
- 87dddee (diff), 17f057d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
set.c
r87dddee r6e9ae72 112 112 } 113 113 114 int set_isvisible( set_t *set ) 115 { 116 /* the default value is not stored in value, only in def */ 117 return !( ( set->flags & SET_HIDDEN ) || 118 ( ( set->flags & SET_HIDDEN_DEFAULT ) && 119 ( set->value == NULL ) ) ); 120 } 121 114 122 int set_setstr( set_t **head, const char *key, char *value ) 115 123 {
Note: See TracChangeset
for help on using the changeset viewer.