We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d674b commit 06ed613Copy full SHA for 06ed613
lib/Interpreter/Compatibility.h
@@ -18,7 +18,7 @@
18
#endif
19
20
21
-char* GetEnv(char* Var_Name) {
+char* GetEnv(const char* Var_Name) {
22
#ifdef _WIN32
23
char* Env = nullptr;
24
size_t sz = 0;
0 commit comments