aboutsummaryrefslogtreecommitdiff
path: root/src/report.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-04-25 01:55:11 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-04-25 01:55:11 +0300
commitafb4d23167b4d2092f7fb84f98d7de4f007a83a3 (patch)
tree362fccbdb91c56fc15f8525af1e1e357bba87223 /src/report.c
parentb8f6eec86f23d3fadd876654bcc145ef892fd1ea (diff)
downloadtagr-afb4d23167b4d2092f7fb84f98d7de4f007a83a3.tar.gz
tagr-afb4d23167b4d2092f7fb84f98d7de4f007a83a3.tar.bz2
Build html pages
* src/html.gram.y (read_symtab, write_symtab): Re-add. * src/output.c: Update images only when needed or requested. Build html page and symbol table. * src/report.c (update_router): Update_output takes four args. * src/tagr.h: Likewise.
Diffstat (limited to 'src/report.c')
-rw-r--r--src/report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.c b/src/report.c
index ea67ab8..d835079 100644
--- a/src/report.c
+++ b/src/report.c
@@ -257,7 +257,7 @@ update_router (datum key, time_t timestamp)
_read_db (key, &tr);
if (tr)
{
- update_output (sd, tr, tr->last.time);/*FIXME: must be now*/
+ update_output (sd, tr, tr->last.time /*FIXME: must be now? */, 1);
free (tr);
}

Return to:

Send suggestions and report system problems to the System administrator.