From 5e3aba396b114fa4bb3cd787acfc000f6792c078 Mon Sep 17 00:00:00 2001 From: "Alan D. Snow" Date: Mon, 20 Apr 2020 03:03:41 -0500 Subject: Moved proj_context_get_url_endpoint & proj_context_get_user_writable_directory to proj.h (#2162) Fixes #2028 --- src/apps/projinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apps/projinfo.cpp') diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp index 85db14e2..ed732aaa 100644 --- a/src/apps/projinfo.cpp +++ b/src/apps/projinfo.cpp @@ -1074,7 +1074,7 @@ int main(int argc, char **argv) { #ifdef CURL_ENABLED if (proj_context_is_network_enabled(nullptr)) { std::cout << "Status: enabled" << std::endl; - std::cout << "URL: " << pj_context_get_url_endpoint(nullptr) + std::cout << "URL: " << proj_context_get_url_endpoint(nullptr) << std::endl; } else { std::cout << "Status: disabled" << std::endl; -- cgit v1.2.3