Overview
SHA1 Hash: | 9a76119307e5fadf855396bbcbfc1675c8269cac |
---|---|
Date: | 2007-09-10 00:48:55 |
User: | drh |
Comment: | Fix a C++-ism in the timeline module. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/timeline.c from [fd68452592] to [6222d040d3].
@@ -94,12 +94,12 @@ int *pLastEvent, 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;" ); @ <table cellspacing=0 border=0 cellpadding=0>