diff options
author | Rubidium <rubidium@openttd.org> | 2021-07-10 22:32:35 +0200 |
---|---|---|
committer | rubidium42 <rubidium42@users.noreply.github.com> | 2021-07-10 22:55:46 +0200 |
commit | 3e4d3274517d6a5f3fede18e0e29eafcdc30d0c8 (patch) | |
tree | 93524cd39d22bd38a14d30f22ead746022b175e5 /src/industry_cmd.cpp | |
parent | d158eba72c89ae580c55a8421d470528de7637f5 (diff) | |
download | openttd-3e4d3274517d6a5f3fede18e0e29eafcdc30d0c8.tar.xz |
Codechange: use the C++ std::getenv over the POSIX/C getenv
The C++ std::getenv is guaranteed thread-safe by the C++11 specification,
whereas the POSIX/C getenv might not be thread-safe by the C11 specification.
Diffstat (limited to 'src/industry_cmd.cpp')
0 files changed, 0 insertions, 0 deletions