From df3204bdb4df476fe79adb1e28a86522b46cc69c Mon Sep 17 00:00:00 2001 From: chris_kohlhoff Date: Mon, 3 Mar 2008 12:28:36 +0000 Subject: [PATCH] Fix error in string replacement of 'asio_handler_invoke_helpers'. --- asio/boostify.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asio/boostify.pl b/asio/boostify.pl index 08d23729..02b58132 100755 --- a/asio/boostify.pl +++ b/asio/boostify.pl @@ -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);