Diff
Not logged in

Differences From:

File src/tag.c part of check-in [0d9abccbb6] - Fix the "tag add" command to report an error if given an invalid UUID argument. by drh on 2008-04-10 12:24:25. [view]

To:

File src/tag.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]

@@ -330,9 +330,9 @@
 **         all tags and their values for UUID.
 */
 void tag_cmd(void){
   int n;
-  db_find_and_open_repository();
+  db_find_and_open_repository(1);
   if( g.argc<3 ){
     goto tag_cmd_usage;
   }
   n = strlen(g.argv[2]);