[Pkg-wmaker-commits] [wmcoincoin] 78/87: Better handling of chronologicaly ordered TSV backends

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Aug 28 17:27:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcoincoin.

commit 6d36a48d509bf6c9b918b960721520af5550075a
Author: SeeSchloss <mvalleton at noparking.net>
Date:   Thu Apr 9 14:12:18 2015 +0200

    Better handling of chronologicaly ordered TSV backends
---
 src/board.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/board.c b/src/board.c
index cb56dd1..acf8655 100644
--- a/src/board.c
+++ b/src/board.c
@@ -2078,7 +2078,9 @@ regular_board_update_tsv(Board *board, HttpRequest *r) {
       fprintf(stderr, "timestamp POURRI: '%s'\n", stimestamp);
     }
 
-    if (board_find_id(board, id)) break;
+    if (board_find_id(board, id)) {
+      continue;
+    }
 
     if (!errmsg) { /* encore une victoire de xmlcoincoin */
       flag_updating_board++;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcoincoin.git



More information about the Pkg-wmaker-commits mailing list