Differences From:
File
src/checkin.c
part of check-in
[6b85fd173e]
- Help message cleanup. Automatically delete cloned database files if
the clone fails.
by
drh on
2008-05-10 18:01:52.
[view]
To:
File
src/checkin.c
part of check-in
[417e7662e5]
- Fix to the omitsign setting.
by
drh on
2008-06-06 20:05:06.
[view]
@@ -348,9 +348,9 @@
noSign = find_option("nosign","",0)!=0;
zComment = find_option("comment","m",1);
forceFlag = find_option("force", "f", 0)!=0;
db_must_be_within_tree();
- noSign = db_get_int("omitsign", 0)|noSign;
+ noSign = db_get_boolean("omitsign", 0)|noSign;
verify_all_options();
/*
** Autosync if requested.