Skip to content

Commit 3b83f2a

Browse files
author
jef
committedAug 24, 2008
fix migration script
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4a3816c commit 3b83f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/qgsloggermig.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
$arr[-2] =~ /^std::endl$/ ) {
107107
pop @arr;
108108
pop @arr;
109-
$arr[-1] = "std::endl;";
109+
push @arr, "std::endl;";
110110
}
111111
112112
unless( $arr[-1] =~ /^std::endl;$/ ) {

0 commit comments

Comments
 (0)
Please sign in to comment.