diff options
author | andreask <andreask> | 2011-09-21 17:13:53 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-09-21 17:13:53 (GMT) |
commit | fa18389469985cb82730db620495c814e434e619 (patch) | |
tree | 535bf7a88b429f87bf269b38008e48bd534a0f33 /ChangeLog | |
parent | f250b157359a2a80012fd92403a0c220aa5806c3 (diff) | |
download | tcl-fa18389469985cb82730db620495c814e434e619.zip tcl-fa18389469985cb82730db620495c814e434e619.tar.gz tcl-fa18389469985cb82730db620495c814e434e619.tar.bz2 |
* generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the
missing initialization of the 'dsti' field. Reported by Don
Porter, on chat.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-09-21 Andreas Kupries <andreask@activestate.com> + + * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the + missing initialization of the 'dsti' field. Reported by Don + Porter, on chat. + 2011-09-20 Don Porter <dgp@users.sourceforge.net> * generic/tclIORChan.c: Re-using the "interp" field to signal a dead |