Differences From Artifact [9bf24d3ac8]:
- File src/doc.c — part of check-in [0a7e326fa4] at 2014-10-20 15:01:36 on branch compile-time-print-checking — Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. (user: drh size: 29071) [more...]
To Artifact [64209642ec]:
- File src/doc.c — part of check-in [6d4e5d801e] at 2014-10-21 03:23:59 on branch trunk — Fix build break when the TH1 docs feature is enabled. (user: mistachkin size: 29047) [more...]
| ︙ | |||
529 530 531 532 533 534 535 | 529 530 531 532 533 534 535 536 537 538 539 540 541 542 | - |
style_footer();
#ifdef FOSSIL_ENABLE_TH1_DOCS
}else if( db_get_boolean("th1-docs", 0) &&
fossil_strcmp(zMime, "application/x-th1")==0 ){
style_header("%h", zName);
Th_Render(blob_str(&filebody));
style_footer();
|
| ︙ |