diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-29 21:10:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-29 21:10:41 +0300 |
commit | f025e205790527804e2781fd56e99097be27a3a6 (patch) | |
tree | 3664620d0c69c80fb8dd4378e503739cfb646ab7 /src/client.h | |
parent | b1e1038b7f755138999865af1ffd53047e06b853 (diff) | |
download | plus-f025e205790527804e2781fd56e99097be27a3a6.tar.gz plus-f025e205790527804e2781fd56e99097be27a3a6.tar.bz2 plus-f025e205790527804e2781fd56e99097be27a3a6.tar.xz plus-f025e205790527804e2781fd56e99097be27a3a6.zip |
Replace most putenv to setenv.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index d684904af..fb33b4d4c 100644 --- a/src/client.h +++ b/src/client.h @@ -354,6 +354,8 @@ private: static void bindTextDomain(const char *const name, const char *const path); + static void setEnv(const char *const name, const char *const value); + Options mOptions; std::string mPackageDir; |