Differences From Artifact [10b06d5a1c]:
- File src/report.c — part of check-in [3ab06e8962] at 2012-07-15 00:39:29 on branch th1-query-api — Added flags arg to Th_Render to allow us to eventually customize its output a bit. (user: stephan size: 33508)
To Artifact [aa35f95abb]:
- File src/report.c — part of check-in [27dc9b0b38] at 2012-07-16 19:35:30 on branch th1-query-api — Removed 2x extraneous #include "th.h". (user: stephan size: 33492)
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - | ** ** Code to generate the ticket listings */ #include "config.h" #include <time.h> #include "report.h" #include <assert.h> |
| ︙ |