Differences From:
File
src/tkt.c
part of check-in
[c8a78004ce]
- Improvements in the display of ticket history.
by
drh on
2008-10-20 16:05:03.
[view]
To:
File
src/tkt.c
part of check-in
[0c99a1554a]
- Modify the TH1 script interperter to use native characters rather than
unsigned characters. Fix a bug in the combobox extension command of TH1.
by
drh on
2008-10-24 16:36:34.
[view]
@@ -271,9 +271,9 @@
void ticket_init(void){
const char *zConfig;
Th_FossilInit();
zConfig = ticket_common_code();
- Th_Eval(g.interp, 0, (const uchar*)zConfig, -1);
+ Th_Eval(g.interp, 0, zConfig, -1);
}
/*
** Recreate the ticket table.