simon-git: putty (master): Ben Harris
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sat Nov 1 19:14:48 GMT 2014
TL;DR:
89b8e3d Report correct error when FormatMessage fails.
df87cb9 Remove an unused variable.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Ben Harris <bjh21 at bjh21.me.uk>
Date: 2014-11-01 19:14:48
commit 89b8e3d6096dc7d6016eb4458bcf4e6bc32951b2
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=89b8e3d6096dc7d6016eb4458bcf4e6bc32951b2;hp=09111ea9c27c5f0c2d66866294f3ad9bfc08db9f
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Sat Nov 1 17:43:54 2014 +0000
Report correct error when FormatMessage fails.
Previously, the original error code would be reported as having come
from FormatMessage. Spotted by GCC [-Wformat-extra-args].
windows/winmisc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
commit df87cb9dfc3461d1bb0eb902a3c8676e34f47aa3
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=df87cb9dfc3461d1bb0eb902a3c8676e34f47aa3;hp=89b8e3d6096dc7d6016eb4458bcf4e6bc32951b2
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Sat Nov 1 18:43:35 2014 +0000
Remove an unused variable.
As far as I can tell, it's been unused ever since it was introduced in
2001.
windows/winucs.c | 4 ----
1 file changed, 4 deletions(-)
More information about the tartarus-commits
mailing list