We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d325d3 commit ae7fb4dCopy full SHA for ae7fb4d
src/osm2pgsql.cpp
@@ -49,9 +49,9 @@ static std::shared_ptr<middle_t> create_middle(options_t const &options)
49
50
int main(int argc, char *argv[])
51
{
52
- fmt::print(stderr, "osm2pgsql version {}\n\n", get_osm2pgsql_version());
53
-
54
try {
+ fmt::print(stderr, "osm2pgsql version {}\n\n", get_osm2pgsql_version());
+
55
options_t const options{argc, argv};
56
if (options.long_usage_bool) {
57
return 0;
0 commit comments