Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | remove unused variable |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
6fb750d77ceedd5f60e498f0152e43cf |
| User & Date: | jan.nijtmans 2012-11-16 07:50:43.265 |
Context
|
2012-11-17
| ||
| 19:07 | Avoid the <nobr> tag in generated HTML. check-in: 8ea929ca55 user: drh tags: trunk | |
|
2012-11-16
| ||
| 21:57 | Provisional changes aimed at preventing delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. check-in: 141b990722 user: drh tags: fix-sync-delta-loop | |
| 07:50 | remove unused variable check-in: 6fb750d77c user: jan.nijtmans tags: trunk | |
|
2012-11-15
| ||
| 20:43 | The annotator follows name changes. check-in: ee33b951a4 user: drh tags: trunk | |
Changes
Changes to src/finfo.c.
| ︙ | ︙ | |||
227 228 229 230 231 232 233 |
void finfo_page(void){
Stmt q;
const char *zFilename;
char zPrevDate[20];
const char *zA;
const char *zB;
int n;
| < | 227 228 229 230 231 232 233 234 235 236 237 238 239 240 |
void finfo_page(void){
Stmt q;
const char *zFilename;
char zPrevDate[20];
const char *zA;
const char *zB;
int n;
Blob title;
Blob sql;
HQuery url;
GraphContext *pGraph;
int brBg = P("brbg")!=0;
int uBg = P("ubg")!=0;
|
| ︙ | ︙ |