| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d10c2c6 commit 23eda41
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -121,7 +121,7 @@ void RealEnvStore::Set(Isolate* isolate, | |||
| 121 | 121 | node::Utf8Value val(isolate, value); | |
| 122 | 122 | ||
| 123 | 123 | #ifdef _WIN32 | |
| 124 | - if (key.length() > 0 && key[0] == L'=') return; | ||
| 124 | + if (key.length() > 0 && key[0] == '=') return; | ||
| 125 | 125 | #endif | |
| 126 | 126 | uv_os_setenv(*key, *val); | |
| 127 | 127 | DateTimeConfigurationChangeNotification(isolate, key); | |
@@ -139,7 +139,7 @@ int32_t RealEnvStore::Query(const char* key) const { | |||
| 139 | 139 | } | |
| 140 | 140 | ||
| 141 | 141 | #ifdef _WIN32 | |
| 142 | - if (key[0] == L'=') { | ||
| 142 | + if (key[0] == '=') { | ||
| 143 | 143 | return static_cast<int32_t>(v8::ReadOnly) | | |
| 144 | 144 | static_cast<int32_t>(v8::DontDelete) | | |
| 145 | 145 | static_cast<int32_t>(v8::DontEnum); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments