aboutsummaryrefslogtreecommitdiff
path: root/converters/osm2pgrouting/files/patch-src_osm__elements_osm2pgrouting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'converters/osm2pgrouting/files/patch-src_osm__elements_osm2pgrouting.cpp')
-rw-r--r--converters/osm2pgrouting/files/patch-src_osm__elements_osm2pgrouting.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/converters/osm2pgrouting/files/patch-src_osm__elements_osm2pgrouting.cpp b/converters/osm2pgrouting/files/patch-src_osm__elements_osm2pgrouting.cpp
deleted file mode 100644
index bb451145328f..000000000000
--- a/converters/osm2pgrouting/files/patch-src_osm__elements_osm2pgrouting.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/osm_elements/osm2pgrouting.cpp.orig 2020-08-20 05:44:56 UTC
-+++ src/osm_elements/osm2pgrouting.cpp
-@@ -140,7 +140,7 @@ int main(int argc, char* argv[]) {
- cout << "Can't open database" << endl;
- return 1;
- }
-- C.disconnect ();
-+ C.close ();
- }catch (const std::exception &e){
- cerr << e.what() << std::endl;
- return 1;