commit 26efae148bb6ae56da3375d60fb0d39ab8171084
Author: Oswald Buddenhagen <[email protected]>
Date:   Sat Nov 2 15:43:52 2013 +0100

    adjust sync state dumper to newuid-free header
    
    amends 9cb54888.

 src/run-tests.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/run-tests.pl b/src/run-tests.pl
index 32136e3..204cf20 100755
--- a/src/run-tests.pl
+++ b/src/run-tests.pl
@@ -367,7 +367,7 @@ sub showstate($)
                close FILE;
                return;
        }
-       if (!/^1:(\d+):0 1:(\d+):(\d+):0\n$/) {
+       if (!/^1:(\d+) 1:(\d+):(\d+)\n$/) {
                chomp;
                print STDERR " Malformed sync state header '$_'.\n";
                close FILE;

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to