[QGIS Commit] r9666 - trunk/qgis/src/providers/grass
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Nov 18 10:59:03 EST 2008
Author: jef
Date: 2008-11-18 10:59:03 -0500 (Tue, 18 Nov 2008)
New Revision: 9666
Modified:
trunk/qgis/src/providers/grass/qgsgrassprovider.cpp
Log:
yet another grass fix
Modified: trunk/qgis/src/providers/grass/qgsgrassprovider.cpp
===================================================================
--- trunk/qgis/src/providers/grass/qgsgrassprovider.cpp 2008-11-18 13:52:40 UTC (rev 9665)
+++ trunk/qgis/src/providers/grass/qgsgrassprovider.cpp 2008-11-18 15:59:03 UTC (rev 9666)
@@ -1527,7 +1527,7 @@
#if defined(GRASS_VERSION_MAJOR) && defined(GRASS_VERSION_MINOR) && \
( ( GRASS_VERSION_MAJOR == 6 && GRASS_VERSION_MINOR >= 4 ) || GRASS_VERSION_MAJOR > 6 )
Vect_build_partial( map->map, GV_BUILD_NONE );
- Vect_build( map.map );
+ Vect_build( map->map );
#else
Vect_build_partial( map->map, GV_BUILD_NONE, NULL );
Vect_build( map->map, stderr );
More information about the QGIS-commit
mailing list