Differences From:
File
src/timeline.c
part of check-in
[8cf8ed785e]
- Formatting changes to the similar event suppression in the timeline.
by
drh on
2009-09-14 16:09:18.
[view]
To:
File
src/timeline.c
part of check-in
[7a2c37063a]
- merge trunk into creole branch
by
bob on
2009-09-22 07:49:39.
Also file
src/timeline.c
part of check-in
[eb1db585a5]
- Fix a C++-ism in timeline.c.
by
drh on
2009-09-14 16:56:29.
[view]
@@ -162,13 +162,13 @@
){
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{