Skip to content

Commit 9111808

Browse files
author
homann
committed
Interesting bug only seen for my rasters...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11192 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 067bd2a commit 9111808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsmaplayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ bool QgsMapLayer::readXML( QDomNode & layer_node )
162162

163163
if ( fi.exists() )
164164
{
165-
mDataSource = fi.canonicalPath();
165+
mDataSource = fi.canonicalFilePath();
166166
}
167167
}
168168
}

0 commit comments

Comments
 (0)