Fossil

Artifact [71208aba]
Login

Artifact [71208aba]

Artifact 71208aba3c7b2a850aeb164ba9d6c66915fed850:

Attachment "filename_changes.patch" to ticket [74413366] added by anonymous 2011-01-04 09:19:44.
Index: src/bisect.c
===================================================================
--- src/bisect.c
+++ src/bisect.c
@@ -362,11 +362,11 @@
   Stmt q1;                 /* Query of name changes */
 
   *pnChng = 0;
   *aiChng = 0;
   bisect_reset();
-  p = bisect_shortest_path(iFrom, iTo, 1);
+  p = bisect_shortest_path(iFrom, iTo, 0);
   if( p==0 ) return;
   bisect_reverse_path();
   db_prepare(&q1,
      "SELECT pfnid, fnid FROM mlink WHERE mid=:mid AND pfnid>0"
   );