]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Dumper/V3.pm
Further expand support for attributes
[chaz/p5-File-KDBX] / lib / File / KDBX / Dumper / V3.pm
index b8cf01c1f056ca3f2c0020d448752f4ce72834a9..a0d5b4df0ee6b15b266405dfca1fc1fbde072712 100644 (file)
@@ -59,7 +59,7 @@ sub _write_header {
     my $type = shift;
     my $val  = shift // '';
 
-    $type = kdbx_header($type);
+    $type = to_header_constant($type);
     if ($type == HEADER_END) {
         $val = "\r\n\r\n";
     }
This page took 0.017957 seconds and 4 git commands to generate.