X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-File-KDBX;a=blobdiff_plain;f=lib%2FFile%2FKDBX%2FLoader%2FV3.pm;h=e65a5e761563b69e54290bc5c7cd28a42998fa4f;hp=4b89fe97792f2c23617e7a7483a80f11d90818c6;hb=4dc2a1996dfcf2dfda3c554daa2f5f59fa763494;hpb=4919a87027c9f0501a636fbea0cbd2a6510afb38 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 }