Differences From Artifact [cc070839b9]:
- File src/tkt.c — part of check-in [abef3f1957] at 2013-10-13 14:46:26 on branch tkt-change-hook — add back the original "ticket-change" hook, as it was in trunk (user: jan.nijtmans size: 41986)
To Artifact [4fb8fefb8d]:
- File src/tkt.c — part of check-in [0e1f94732c] at 2013-10-13 15:19:49 on branch tkt-change-hook — don't hardcode default value of "ticket-change" code (user: jan.nijtmans size: 41971)
| ︙ | |||
322 323 324 325 326 327 328 | 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 | - + |
/*
** Create the TH1 interpreter and load the "change" code.
*/
int ticket_change(void){
const char *zConfig;
Th_FossilInit(TH_INIT_DEFAULT);
|
| ︙ |