Diff
Not logged in

Differences From:

File src/timeline.c part of check-in [abce5105e2] - Updates to the timeline routines. Added the pqueue module. by drh on 2007-09-01 01:55:50. [view]

To:

File src/timeline.c part of check-in [9a76119307] - Fix a C++-ism in the timeline module. by drh on 2007-09-10 00:48:55. Also file src/timeline.c part of check-in [bbcb6326c9] - Pulled in the navbar and timeline changes. by aku on 2007-09-17 00:58:51. [view]

@@ -95,10 +95,10 @@
   int (*xCallback)(int, Blob*),
   Blob *pArg
  ){
   char zPrevDate[20];
-  zPrevDate[0] = 0;
   int cnt = 0;
+  zPrevDate[0] = 0;
   db_multi_exec(
      "CREATE TEMP TABLE IF NOT EXISTS seen(rid INTEGER PRIMARY KEY);"
      "DELETE FROM seen;"
   );