diff options
author | dgp <dgp@users.sourceforge.net> | 2005-03-10 20:22:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-03-10 20:22:34 (GMT) |
commit | 05d3c7804d87884e7d7f1abb843602a31a5aeb73 (patch) | |
tree | 9b2e6d0e74234670da25a25c7fb47684fba6ea5b /ChangeLog | |
parent | dd554b7d2ad1bdc8a120c1f6627e43035d454420 (diff) | |
download | tcl-05d3c7804d87884e7d7f1abb843602a31a5aeb73.zip tcl-05d3c7804d87884e7d7f1abb843602a31a5aeb73.tar.gz tcl-05d3c7804d87884e7d7f1abb843602a31a5aeb73.tar.bz2 |
* generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken
cast of ClientData to (TraceCommandInfo *) when not warranted.
Thanks to Yuri Victorovich for the report. [Bug 1153871]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-03-10 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken + cast of ClientData to (TraceCommandInfo *) when not warranted. + Thanks to Yuri Victorovich for the report. [Bug 1153871] + 2005-03-08 Jeff Hobbs <jeffh@ActiveState.com> * win/makefile.vc: clarify necessary defined vars that can come |