Fix error in string replacement of 'asio_handler_invoke_helpers'.
This commit is contained in:
parent
bd956c856c
commit
df3204bdb4
@ -501,7 +501,7 @@ sub copy_source_file
|
||||
$line =~ s/asio_handler_alloc_helpers/boost_asio_handler_alloc_helpers/g;
|
||||
print_line($output, $line, $from, $lineno);
|
||||
}
|
||||
elsif ($line =~ /asio_handler_dispatch_helpers/)
|
||||
elsif ($line =~ /asio_handler_invoke_helpers/)
|
||||
{
|
||||
$line =~ s/asio_handler_invoke_helpers/boost_asio_handler_invoke_helpers/g;
|
||||
print_line($output, $line, $from, $lineno);
|
||||
|
Loading…
Reference in New Issue
Block a user