Fossil SCM

manfest is a versionable setting.

jan 2016-01-03 21:19 jan-manifest-tags
Commit e5b250959ad4ec156758bb4601f6989ec245d0cb
1 file changed +1 -1
+1 -1
--- src/db.c
+++ src/db.c
@@ -2223,11 +2223,11 @@
22232223
** which letters can be used to represent flags (any permutation fo flags must
22242224
** not be able to fully form one of the boolean values).
22252225
*/
22262226
int db_get_manifest_setting(void){
22272227
int flg;
2228
- char *zVal = db_get("manifest", "off");
2228
+ char *zVal = db_get_versioned("manifest", "off");
22292229
if( is_false(zVal) ){
22302230
return 0;
22312231
}else if( is_truth(zVal) ) {
22322232
return MFESTFLG_RAW|MFESTFLG_UUID;
22332233
}
22342234
--- src/db.c
+++ src/db.c
@@ -2223,11 +2223,11 @@
2223 ** which letters can be used to represent flags (any permutation fo flags must
2224 ** not be able to fully form one of the boolean values).
2225 */
2226 int db_get_manifest_setting(void){
2227 int flg;
2228 char *zVal = db_get("manifest", "off");
2229 if( is_false(zVal) ){
2230 return 0;
2231 }else if( is_truth(zVal) ) {
2232 return MFESTFLG_RAW|MFESTFLG_UUID;
2233 }
2234
--- src/db.c
+++ src/db.c
@@ -2223,11 +2223,11 @@
2223 ** which letters can be used to represent flags (any permutation fo flags must
2224 ** not be able to fully form one of the boolean values).
2225 */
2226 int db_get_manifest_setting(void){
2227 int flg;
2228 char *zVal = db_get_versioned("manifest", "off");
2229 if( is_false(zVal) ){
2230 return 0;
2231 }else if( is_truth(zVal) ) {
2232 return MFESTFLG_RAW|MFESTFLG_UUID;
2233 }
2234

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button