]> mj.ucw.cz Git - libucw.git/commit
Table: Fixed bugs in header printing configuration
authorMartin Mares <mj@ucw.cz>
Fri, 30 May 2014 14:04:06 +0000 (16:04 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 30 May 2014 14:04:06 +0000 (16:04 +0200)
commit78ad0f615d029e348fb6cc7b214f92b582e7cc03
treee613a0007fcc4f70307ddeb1dfe1cf7ce391be38
parentdc199c55a6a07d9f5bed3a8c44c6de0edb19683c
Table: Fixed bugs in header printing configuration

Previously, the user-defined setting of table->print_header
was overwritten at various locations, making multiple uses of
table_start()/table_end() on a single table close to unusable.

Now, table->print_header is not modified by the table printer
itself, except for table_init().
ucw/table.c