require Instance::HuffmanCoder;
use Instance::Definitions qw( %known_types
@debug_code_chars @default_code_chars
- $instance_huffman_table1 $instance_suffix
+ $instance_huffman_table1
$MESSAGE_START $MESSAGE_END );
my $mc_dbg = Instance::MasterCoder->new(\@debug_code_chars, $MESSAGE_START, $MESSAGE_END);
}
if ($res and defined $instance_label) {
- $rest =~ s/^(.*)$instance_suffix$/$1/;
-
# Find window item given server and name
my $witem = $srv->window_item_find($channame);
$known_types{'InstanceLabelHuffman1'},
$instlabel)]);
- $text = $text . $instance_suffix . $framedlabel;
+ $text = $text . " ". $framedlabel;
}
my $suppress_out = 0;