]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Loader/V3.pm
Further expand support for attributes
[chaz/p5-File-KDBX] / lib / File / KDBX / Loader / V3.pm
index 4b89fe97792f2c23617e7a7483a80f11d90818c6..e65a5e761563b69e54290bc5c7cd28a42998fa4f 100644 (file)
@@ -42,7 +42,7 @@ sub _read_header {
         $buf .= $val;
     }
 
-    $type = kdbx_header($type);
+    $type = to_header_constant($type);
     if ($type == HEADER_END) {
         # done
     }
This page took 0.019988 seconds and 4 git commands to generate.