Skip to content

Commit

Permalink
Update src/plugins/grass/qgsgrassnewmapset.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Bartoletti <[email protected]>
  • Loading branch information
nyalldawson and lbartoletti committed Jul 10, 2024
1 parent 61552f4 commit 3caa616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassnewmapset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ void QgsGrassNewMapset::setGrassProjection()

Q_UNUSED( ret )
QgsDebugMsgLevel( QString( "ret = %1" ).arg( ret ), 2 );
QgsDebugMsgLevel( QString( "mProjInfo = %1" ).arg( QString::number( ( qulonglong )mProjInfo, 16 ).toLocal8Bit().constData() ), 2 );
QgsDebugMsgLevel( QString( "mProjInfo = %1" ).arg( QString::number( static_cast<qulonglong>( mProjInfo ), 16 ).toLocal8Bit().constData() ), 2 );
}
G_CATCH( QgsGrass::Exception & e )
{
Expand Down

0 comments on commit 3caa616

Please sign in to comment.