This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=d09b1d73ac69c42280c48e58f1912ce242ca6edc

The branch, master has been updated
       via  d09b1d73ac69c42280c48e58f1912ce242ca6edc (commit)
      from  3bf7604700d714f19863ca00c757baa1ade016b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d09b1d73ac69c42280c48e58f1912ce242ca6edc
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Mon Jul 4 20:56:13 2011 +0300

    Minor fix.
    
    * libmailutils/diag/wd.c (mu_wd): Revamp the loop to ensure the proposed
    way of connecting with gdb works in case of a non-zero timeout.

-----------------------------------------------------------------------

Summary of changes:
 libmailutils/diag/wd.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libmailutils/diag/wd.c b/libmailutils/diag/wd.c
index 0ccfd06..198cacf 100644
--- a/libmailutils/diag/wd.c
+++ b/libmailutils/diag/wd.c
@@ -49,10 +49,9 @@ mu_wd (unsigned to)
   if (to)
     {
       _count_down = to;
-      while (_count_down)
+      while (_count_down--);
        {
          sleep (1);
-         _count_down--;
        }
     }
   else


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to