From 1ad701fa18ca29b6fd06763445ab0ad5bba94720 Mon Sep 17 00:00:00 2001 From: jef Date: Sun, 24 Aug 2008 23:08:39 +0000 Subject: [PATCH] fix migration script git-svn-id: http://svn.osgeo.org/qgis/trunk@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c --- scripts/qgsloggermig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qgsloggermig.pl b/scripts/qgsloggermig.pl index 916b7c06de7..c20bbb07af9 100755 --- a/scripts/qgsloggermig.pl +++ b/scripts/qgsloggermig.pl @@ -106,7 +106,7 @@ for my $file (@ARGV) { $arr[-2] =~ /^std::endl$/ ) { pop @arr; pop @arr; - $arr[-1] = "std::endl;"; + push @arr, "std::endl;"; } unless( $arr[-1] =~ /^std::endl;$/ ) {