simon-git: putty (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Tue Jul 28 18:51:41 BST 2015
TL;DR:
4eddcb4 Fix braino in gtkask.c loop conditions.
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: 2015-07-28 18:51:41
commit 4eddcb4c564151d606aef8b3fc32172a6fac5573
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=4eddcb4c564151d606aef8b3fc32172a6fac5573;hp=65f3500906c38ee3cf66cc75a015058e5bc6e56d
Author: Simon Tatham <anakin at pobox.com>
Date: Tue Jul 28 18:49:23 2015 +0100
Fix braino in gtkask.c loop conditions.
If you're counting up to ms_limit in steps of ms_step, it's silly to
add ms_step at the end of the loop body _and_ increment the loop
variable by 1 in the loop header. I must have been half asleep.
unix/gtkask.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
More information about the tartarus-commits
mailing list