Skip to content

Commit

Permalink
Merge pull request #276 from wa5i/8.3-stable
Browse files Browse the repository at this point in the history
mk_symbol_prefix.pl script bugfix.
  • Loading branch information
InfoHunter authored Aug 17, 2022
2 parents 6f471fb + f7bb9f8 commit 884baa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/mk_symbol_prefix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ sub get_function_symbols {
my @symbols = do_defs($name, $files, $symhacksfile, $debug, $trace, $verbose);

foreach my $symbol (@symbols) {
if ($symbol =~ /{1}/) {
if ($symbol =~ /\{1\}/) {
next;
}
$symbol =~ /(\S+)\\.*FUNCTION:(\S*)/;
Expand Down

0 comments on commit 884baa2

Please sign in to comment.