Check-in [417e7662e5]
Not logged in
Overview

SHA1 Hash:417e7662e5232e58af3cabcc81f6294a24239d66
Date: 2008-06-06 20:05:06
User: drh
Comment:Fix to the omitsign setting.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/checkin.c from [e7a974d371] to [34b5cd0ba4].

@@ -347,11 +347,11 @@
   url_proxy_options();
   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.
   */