diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-22 14:09:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-22 14:09:54 +0100 |
| commit | b377bf12580cf0fdd81b0c1ef15ef696e59ffb12 (patch) | |
| tree | 9ea8f0ca5156c41aae7f53113a55b209d1ba3ac4 /src/4D_api.cpp | |
| parent | a95431d8666db9953115a3a824db396f8aa82b52 (diff) | |
| parent | bc31bda210a35e4c584b31e75dad259caed551fb (diff) | |
| download | PROJ-rfc4_dev.tar.gz PROJ-rfc4_dev.zip | |
Merge pull request #1857 from rouault/rfc4_doc_improvementsrfc4_dev
[RFC4_dev] Doc improvements
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp index 71393dab..dabd44a0 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -1487,7 +1487,7 @@ PJ_INFO proj_info (void) { // Env var mostly for testing purposes and being independent from // an existing installation const char* ignoreUserWritableDirectory = - getenv("PROJ_IGNORE_USER_WRITABLE_DIRECTORY"); + getenv("PROJ_SKIP_READ_USER_WRITABLE_DIRECTORY"); if( ignoreUserWritableDirectory == nullptr || ignoreUserWritableDirectory[0] == '\0' ) { buf = path_append(buf, |
