Skip to content

Commit 3b83f2a

Browse files

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.