Overview
SHA1 Hash: | eb1db585a5b625063d50c08702cb9f9f0bb0e750 |
---|---|
Date: | 2009-09-14 16:56:29 |
User: | drh |
Comment: | Fix a C++-ism in timeline.c. |
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 [d7de735b93] to [f95beac657].
@@ -161,15 +161,15 @@ void (*xExtra)(int) /* Routine to call on each line of display */ ){ int wikiFlags; int mxWikiLen; Blob comment; - char zPrevDate[20]; - zPrevDate[0] = 0; int prevTagid = 0; int suppressCnt = 0; - + char zPrevDate[20]; + + zPrevDate[0] = 0; mxWikiLen = db_get_int("timeline-max-comment", 0); if( db_get_boolean("timeline-block-markup", 0) ){ wikiFlags = WIKI_INLINE; }else{ wikiFlags = WIKI_INLINE | WIKI_NOBLOCK;