isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 2568459a7be7dc311bef9d774b05294272f3a152
parent b570c17766a2ef1c12cf6e6653a878a3f93a65ee
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sat,  2 Nov 2013 15:42:34 +0100

fix error message in sync state dumper

Diffstat:
Msrc/run-tests.pl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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