X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FFile%2FKDBX%2FLoader%2FV3.pm;h=e65a5e761563b69e54290bc5c7cd28a42998fa4f;hb=4dc2a1996dfcf2dfda3c554daa2f5f59fa763494;hp=4b89fe97792f2c23617e7a7483a80f11d90818c6;hpb=37b09e0f2832514b33de4499a83f22d5ffe7c0a3;p=chaz%2Fp5-File-KDBX diff --git a/lib/File/KDBX/Loader/V3.pm b/lib/File/KDBX/Loader/V3.pm index 4b89fe9..e65a5e7 100644 --- a/lib/File/KDBX/Loader/V3.pm +++ b/lib/File/KDBX/Loader/V3.pm @@ -42,7 +42,7 @@ sub _read_header { $buf .= $val; } - $type = kdbx_header($type); + $type = to_header_constant($type); if ($type == HEADER_END) { # done }