Fossil SCM

Fix to the omitsign setting.

drh 2008-06-06 20:05 trunk
Commit 417e7662e5232e58af3cabcc81f6294a24239d66
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -347,11 +347,11 @@
347347
url_proxy_options();
348348
noSign = find_option("nosign","",0)!=0;
349349
zComment = find_option("comment","m",1);
350350
forceFlag = find_option("force", "f", 0)!=0;
351351
db_must_be_within_tree();
352
- noSign = db_get_int("omitsign", 0)|noSign;
352
+ noSign = db_get_boolean("omitsign", 0)|noSign;
353353
verify_all_options();
354354
355355
/*
356356
** Autosync if requested.
357357
*/
358358
--- src/checkin.c
+++ src/checkin.c
@@ -347,11 +347,11 @@
347 url_proxy_options();
348 noSign = find_option("nosign","",0)!=0;
349 zComment = find_option("comment","m",1);
350 forceFlag = find_option("force", "f", 0)!=0;
351 db_must_be_within_tree();
352 noSign = db_get_int("omitsign", 0)|noSign;
353 verify_all_options();
354
355 /*
356 ** Autosync if requested.
357 */
358
--- src/checkin.c
+++ src/checkin.c
@@ -347,11 +347,11 @@
347 url_proxy_options();
348 noSign = find_option("nosign","",0)!=0;
349 zComment = find_option("comment","m",1);
350 forceFlag = find_option("force", "f", 0)!=0;
351 db_must_be_within_tree();
352 noSign = db_get_boolean("omitsign", 0)|noSign;
353 verify_all_options();
354
355 /*
356 ** Autosync if requested.
357 */
358

Keyboard Shortcuts

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