Skip to content
Permalink
Browse files
Interesting bug only seen for my rasters...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11192 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Jul 28, 2009
1 parent 154ce41 commit a3c7388
Showing 1 changed file with 1 addition and 1 deletion.
@@ -162,7 +162,7 @@ bool QgsMapLayer::readXML( QDomNode & layer_node )

if ( fi.exists() )
{
mDataSource = fi.canonicalPath();
mDataSource = fi.canonicalFilePath();
}
}
}

0 comments on commit a3c7388

Please sign in to comment.