[SCM] GNU Mailutils branch, master, updated. release-2.2-370-gd09b1d7

"Sergey Poznyakoff" <[email protected]>
Newsgroups gmane.comp.gnu.mailutils.cvs
Message-ID <[email protected]>
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 <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.