Skip to content

Commit

Permalink
Interesting bug only seen for my rasters...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11192 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Jul 28, 2009
1 parent 067bd2a commit 9111808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaplayer.cpp
Expand Up @@ -162,7 +162,7 @@ bool QgsMapLayer::readXML( QDomNode & layer_node )

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

0 comments on commit 9111808

Please sign in to comment.