summaryrefslogtreecommitdiff
path: root/convert-modeswitch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'convert-modeswitch.pl')
-rwxr-xr-xconvert-modeswitch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert-modeswitch.pl b/convert-modeswitch.pl
index 4964b5f..8617f9c 100755
--- a/convert-modeswitch.pl
+++ b/convert-modeswitch.pl
@@ -51,6 +51,7 @@ sub add_modeval {
warn "=== HERE! ". Dumper(\@_);
return unless ($_[1] && $_[1] =~ /^\d+$/);
$_[0]->{"Modeval"} = $_[1];
+ warn Dumper($_[0]);
}
my $hex_option = [ undef, \&add_hex ];