Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
G__init_null_patterns GRASS 6.5, fixes #6849
  • Loading branch information
blazek committed Dec 11, 2012
1 parent 786be57 commit 13a2eaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/grass/qgsgrassgislib.cpp
Expand Up @@ -162,7 +162,10 @@ int GRASS_LIB_EXPORT QgsGrassGisLib::G__gisinit( const char * version, const cha
G_setenv( "OVERWRITE", "1" ); // avoid checking if map exists

G_suppress_masking();

#if GRASS_VERSION_MAJOR<6 || (GRASS_VERSION_MAJOR == 6 && GRASS_VERSION_MINOR <= 4)
G__init_null_patterns();
#endif

// Read projection if set
//mCrs.createFromOgcWmsCrs( "EPSG:900913" );
Expand Down

0 comments on commit 13a2eaa

Please sign in to comment.