While reviewing the current source code for tkt.c I discovered
what appears to be an extra trailing quotation mark in line 406:
@ currently = "%h(PD(aField[i].zName,""))"";
It was introduced in version 4f8c8975bc 2012-11-27 as line 345.
It appears that the bld step is removing the last quotation
mark since I did not see any compiler warnings/errors during a
regular build and the corresponding line in tkt_c is without
syntax error. Perhaps the bld step has a slight oversight in
its processing for such a line.
Removing the last quotation mark in the tkt.c source and then
running make results in a correct build.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users