1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 04:22:47 -05:00
Files
putty-source/unix
Simon Tatham 4322e7093e Fix a compile warning with -DDEBUG.
An unguarded write() in the dputs function caused gcc -Werror to fail
to compile. I'm confused that this hasn't bitten me before, though -
obviously normal builds of PuTTY condition out the faulty code, but
_surely_ this can't be the first time I've enabled the developer
diagnostics since gcc started complaining about unchecked syscall
returns!

(cherry picked from commit 35fde00fd1)
2015-06-20 12:47:42 +01:00
..
2014-07-13 07:49:29 +00:00
2012-09-18 21:42:48 +00:00
2015-06-20 12:47:42 +01:00