Diff
Not logged in

Differences From:

File src/timeline.c part of check-in [82fc5abb60] - Cut over to the new timeline code. Remove the older timeline. by drh on 2008-02-26 17:57:11. Also file src/timeline.c part of check-in [2e84fb3e54] - Merged with 82fc5abb60. by aku on 2008-02-27 04:15:47. [view]

To:

File src/timeline.c part of check-in [4e683ef07b] - Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. by drh on 2008-05-05 17:24:38. [view]

@@ -589,9 +589,9 @@
   char *zSQL;
   int objid = 0;
   Blob uuid;
   int mode = 1 ;       /* 1: before  2:after  3:children  4:parents */
-  db_find_and_open_repository();
+  db_find_and_open_repository(1);
   zCount = find_option("n","count",1);
   if( zCount ){
     n = atoi(zCount);
   }else{