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 fede2f1..ed460c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@
* win/tclWinFile.c: Use _vsnprintf in stead of vsnprintf, because
MSVC 6 doesn't have it. Reported by andreask.
* win/tclWin32Dll.c: VS 2005 64-bit does not have intrin.h, and
- does not need it.
+ * generic/tclPanic.c: does not need it.
2011-01-07 Kevin B. Kenny <kennykb@acm.org>