Skip to content

Commit

Permalink
fix #1268
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9244 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 2, 2008
1 parent 1e6e3db commit e6f07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.cpp
Expand Up @@ -67,7 +67,7 @@ void throwGEOSException( const char *fmt, ... )
vsnprintf( msg, buflen + 1, fmt, ap );
va_end( ap );

QgsDebugMsg( QString( "GEOS exception encountered: " ).arg( msg ) );
QgsDebugMsg( QString( "GEOS exception encountered: %1" ).arg( msg ) );

throw GEOSException( msg );
}
Expand Down

0 comments on commit e6f07ad

Please sign in to comment.