diff options
author | hobbs <hobbs> | 2003-01-16 20:55:53 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-01-16 20:55:53 (GMT) |
commit | d2419094de4147575f4d89098571adcde80275cd (patch) | |
tree | 706d4cdb8804cfab5d5f86c6c6ae84de8299e03b /ChangeLog | |
parent | 545d7776f7c48ef8faf032296dd9b2b5bda76247 (diff) | |
download | tcl-d2419094de4147575f4d89098571adcde80275cd.zip tcl-d2419094de4147575f4d89098571adcde80275cd.tar.gz tcl-d2419094de4147575f4d89098571adcde80275cd.tar.bz2 |
* win/tclWinSerial.c (SerialOutputProc): add casts for
bytesWritten to allow strict compilation (no warnings).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-01-16 Jeff Hobbs <jeffh@ActiveState.com> + * win/tclWinSerial.c (SerialOutputProc): add casts for + bytesWritten to allow strict compilation (no warnings). + * tests/winDde.test: * win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty service name is passed to 'dde eval' and goto errorNoResult in |