We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb73cc4 commit 7cd5e24Copy full SHA for 7cd5e24
src/cpp/fs/Environment.cpp
@@ -155,7 +155,7 @@ Environment Environment::loadEnvironment(
155
point.longitude(),
156
env_info->proj4().c_str()
157
);
158
- logging::note("Projection is %s", string(env_info->proj4()).c_str());
+ logging::note("Projection is %s", env_info->proj4().c_str());
159
// envInfo should get deleted automatically because it uses unique_ptr
160
return env_info->load(point);
161
}
0 commit comments