Diff
Not logged in

Differences From:

File src/diffcmd.c part of check-in [db608ee72f] - Continuing work on the "diff" command. by drh on 2009-11-06 02:47:30. [view]

To:

File src/diffcmd.c part of check-in [149945beea] - Because the "vfile" signatures are now used by "diff", be sure to recompute them before running the diff. by drh on 2009-11-06 04:05:13. [view]

@@ -155,8 +155,9 @@
   Blob sql;
   Stmt q;
 
   vid = db_lget_int("checkout", 0);
+  vfile_check_signature(vid);
   blob_zero(&sql);
   db_begin_transaction();
   if( zFrom ){
     int rid = name_to_rid(zFrom);