We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c60d1 commit b65f77eCopy full SHA for b65f77e
src/Platform.cpp
@@ -28,6 +28,8 @@ const char * CPlatform::GetICUDataFile()
28
#else
29
boost::filesystem::path icu_data_path = getenv("HOME");
30
#endif
31
+ if (icu_data_user == nullptr)
32
+ return nullptr
33
34
if (boost::filesystem::is_directory(icu_data_path)) {
35
icu_data_path /= icu_data_user;
0 commit comments