diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-20 23:45:19 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-20 23:45:19 +0100 |
| commit | c4191f3057ef89fb00df31cca23a6093f8f399cb (patch) | |
| tree | 4c2d89c70fd537dda397bf4be7655e65619340d2 /src/4D_api.cpp | |
| parent | 9bb87ea4782b6005848afde29db9751e05ee0e55 (diff) | |
| download | PROJ-c4191f3057ef89fb00df31cca23a6093f8f399cb.tar.gz PROJ-c4191f3057ef89fb00df31cca23a6093f8f399cb.zip | |
Address @hobu 's review comment of https://github.com/OSGeo/PROJ/pull/1839#pullrequestreview-345535380
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, |
