Merge branch 'pr538' into pr-merger

This commit is contained in:
Christoph Klaffl 2023-03-20 21:20:26 +01:00
commit 42ed026837
No known key found for this signature in database
GPG Key ID: 8FC1D76EED4970D2
1 changed files with 1 additions and 1 deletions

View File

@ -1742,7 +1742,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";
}
}