diff --git a/syncoid b/syncoid index 2eef326..1d7150a 100755 --- a/syncoid +++ b/syncoid @@ -1664,7 +1664,7 @@ sub getbookmarks() { $creation =~ s/^.*\tcreation\t*(\d*).*/$1/; my $bookmark = $line; $bookmark =~ s/^.*\#(.*)\tcreation.*$/$1/; - $bookmarks{$lastguid}{'creation'}=$creation; + $bookmarks{$lastguid}{'creation'}=$creation . "000"; } }