summaryrefslogtreecommitdiff
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorÓscar Fuentes <ofv@wanadoo.es>2010-08-02 21:35:28 +0200
committerJuanma Barranquero <lekktu@gmail.com>2010-08-02 21:35:28 +0200
commitc5958e82b755959e01a89f05b1b25bf223e7524a (patch)
treedacebe3d6a4e24367e306cca1b3b10c5ddf94f51 /nt/ChangeLog
parenta2077b7f8f31af20194cfefb3328cfbd01766b9b (diff)
downloademacs-c5958e82b755959e01a89f05b1b25bf223e7524a.tar.gz
nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index b00b5b616fc..24b421b4567 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-02 Óscar Fuentes <ofv@wanadoo.es>
+
+ * cmdproxy.c (main): Use _snprintf instead of wsprintf,
+ which has a 1024 char limit on Windows (bug#6647).
+
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
* Version 23.2 released.