summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 553fa96..45f5f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.