diff options
author | mdejong <mdejong> | 2003-08-18 07:19:19 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-08-18 07:19:19 (GMT) |
commit | fcf099c193f2f5f2f310954a013c7de3d51a3b29 (patch) | |
tree | 0bea017153000b30cca6da2d1f18673224b1bea0 | |
parent | f334ea4979e4fd824dd9c0dc4ab914fb03299944 (diff) | |
download | tcl-fcf099c193f2f5f2f310954a013c7de3d51a3b29.zip tcl-fcf099c193f2f5f2f310954a013c7de3d51a3b29.tar.gz tcl-fcf099c193f2f5f2f310954a013c7de3d51a3b29.tar.bz2 |
Fixup ChangeLog entry.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ 2003-08-13 Chengye Mao <chengye.geo@yahoo.com> - * generic/win/tclWinPipe.c: fixed a bug in BuildCommandLine. - This bug built a command line with a missing space between - tclpipe.dll and the following arguments. It caused error - in Windows 98 when exec command.com (e.g. dir) [Bug 789040] + * win/tclWinPipe.c: fixed a bug in BuildCommandLine. + This bug built a command line with a missing space between + tclpipe.dll and the following arguments. It caused error + in Windows 98 when exec command.com (e.g. dir) [Bug 789040] 2003-08-11 Donal K. Fellows <fellowsd@cs.man.ac.uk> |