]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - misc.c
Const-correctness in the debug functions!
authorSimon Tatham <anakin@pobox.com>
Sat, 9 May 2015 14:02:45 +0000 (15:02 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 9 May 2015 14:02:45 +0000 (15:02 +0100)
commita63435f6cce3a11987c573a5e37d345f2fdd673a
treeee119581a7547bee13b616f8e2e30848994eb228
parent42c592c4ef024af30af91241f651f699d6dbff0b
Const-correctness in the debug functions!

I'm finding missing constifications all over the place this week.
Turns out that dmemdump() has been taking a non-const memory pointer
ever since the beginning, and it's never come up until now. How silly.
misc.c
misc.h