Merge from master

This commit is contained in:
Wilson Snyder 2018-07-18 21:34:38 -04:00
commit a18d6c8159
6 changed files with 63 additions and 63 deletions

View File

@ -95,7 +95,7 @@ sub write_keys {
$deleting = 1;
push @out, $line;
foreach my $keyref (sort {$a->{name} cmp $b->{name}} @Items) {
push @out, sprintf("\tif (key == \"%s\") return VL_CIK_%s;\n",
push @out, sprintf(" if (key == \"%s\") return VL_CIK_%s;\n",
$keyref->{name}, uc $keyref->{name});
}
}