[QGIS Commit] r9161 - trunk/qgis/scripts
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Aug 24 19:08:39 EDT 2008
Author: jef
Date: 2008-08-24 19:08:39 -0400 (Sun, 24 Aug 2008)
New Revision: 9161
Modified:
trunk/qgis/scripts/qgsloggermig.pl
Log:
fix migration script
Modified: trunk/qgis/scripts/qgsloggermig.pl
===================================================================
--- trunk/qgis/scripts/qgsloggermig.pl 2008-08-24 22:13:48 UTC (rev 9160)
+++ trunk/qgis/scripts/qgsloggermig.pl 2008-08-24 23:08:39 UTC (rev 9161)
@@ -106,7 +106,7 @@
$arr[-2] =~ /^std::endl$/ ) {
pop @arr;
pop @arr;
- $arr[-1] = "std::endl;";
+ push @arr, "std::endl;";
}
unless( $arr[-1] =~ /^std::endl;$/ ) {
More information about the QGIS-commit
mailing list