mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 12:11:02 +01:00
forgot to change the uuid field pack format
This commit is contained in:
@@ -90,7 +90,7 @@ sub new {
|
||||
$self->{raw} = pack("L<", $param{value});
|
||||
}
|
||||
elsif (grep { $_ eq $param{type} } @convhex) {
|
||||
$self->{raw} = pack('L<4', $param{value});
|
||||
$self->{raw} = pack('H*', $param{value});
|
||||
}
|
||||
elsif (grep { $_ eq $param{type} } @convbyte) {
|
||||
$self->{raw} = pack('W<*', $param{value});
|
||||
|
||||
Reference in New Issue
Block a user