diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-10-15 22:25:45 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-10-15 22:25:45 (GMT) |
commit | 4833f0f4df984e373b6500a7a707a63f36f2fc1d (patch) | |
tree | 2ec55aa3e2cec410e32a9e471b62b6310b38fcfa /ChangeLog | |
parent | daca0493e175052042d30663c82c160b8f1d0f32 (diff) | |
download | tcl-4833f0f4df984e373b6500a7a707a63f36f2fc1d.zip tcl-4833f0f4df984e373b6500a7a707a63f36f2fc1d.tar.gz tcl-4833f0f4df984e373b6500a7a707a63f36f2fc1d.tar.bz2 |
Doh ... strncmp, not strcmp needed in last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 2001-10-15 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclProc.c: changing a memcmp to strcmp to avoid a memory + * generic/tclProc.c: changing a memcmp to strncmp to avoid a memory error detected by purify (thanks Jeff); modify style to agrre with the style guide. |