simon-git: putty (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Tue Jan 26 22:12:06 GMT 2016
TL;DR:
70f641f Remove some unused variables.
9351a5b Fix a 64-bit-cleanness error in sshcrc's generator.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2016-01-26 22:12:06
commit 70f641f84527fcb5a2ccbff7c8e238003ff2d2f3
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=70f641f84527fcb5a2ccbff7c8e238003ff2d2f3;hp=0f1cab3182856d799e1c7e749ce8242bc8d2d518
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Jan 26 18:36:26 2016 +0000
Remove some unused variables.
Thanks to @ch3root again for this patch.
contrib/cygtermd/main.c | 2 +-
contrib/cygtermd/telnet.c | 2 --
sshcrc.c | 1 -
windows/winsecur.c | 4 ----
4 files changed, 1 insertion(+), 8 deletions(-)
commit 9351a5bfe4b1630227581d77f1aff4ca729ab8c1
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=9351a5bfe4b1630227581d77f1aff4ca729ab8c1;hp=70f641f84527fcb5a2ccbff7c8e238003ff2d2f3
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Jan 26 22:09:01 2016 +0000
Fix a 64-bit-cleanness error in sshcrc's generator.
Not that anyone actually needs to use that conditioned-out main(),
since it only generates the table already present in the same source
file, but since @ch3root's unused-variable patch touched it I tried
compiling it and noticed in passing that I'd also got the wrong printf
format directive for an unsigned long.
sshcrc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list