Diff
Not logged in

Differences From:

File src/checkin.c part of check-in [41561125cd] - Added safemerge option to commit, update and settings by jnc on 2007-09-26 04:17:37. [view]

To:

File src/checkin.c part of check-in [134e2aeccc] - Combine the "config" and "setting" commands into a single "settings" command. by drh on 2007-09-28 20:08:32. [view]

@@ -223,9 +223,9 @@
     "\n# Enter comments on this commit.  Lines beginning with # are ignored\n"
     "#\n"
   );
   status_report(&text, "# ");
-  zEditor = db_global_get("editor", 0);
+  zEditor = db_get("editor", 0);
   if( zEditor==0 ){
     zEditor = getenv("VISUAL");
   }
   if( zEditor==0 ){