mirror of https://github.com/jimsalterjrs/sanoid
Merge branch 'pr538' into pr-merger
This commit is contained in:
commit
42ed026837
2
syncoid
2
syncoid
|
|
@ -1742,7 +1742,7 @@ sub getbookmarks() {
|
||||||
$creation =~ s/^.*\tcreation\t*(\d*).*/$1/;
|
$creation =~ s/^.*\tcreation\t*(\d*).*/$1/;
|
||||||
my $bookmark = $line;
|
my $bookmark = $line;
|
||||||
$bookmark =~ s/^.*\#(.*)\tcreation.*$/$1/;
|
$bookmark =~ s/^.*\#(.*)\tcreation.*$/$1/;
|
||||||
$bookmarks{$lastguid}{'creation'}=$creation;
|
$bookmarks{$lastguid}{'creation'}=$creation . "000";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue