Learn more about cloning repositories
You have read-only access
Fix std::string(NULL) in DataFile.cc (#539) Per https://en.cppreference.com/w/cpp/string/basic_string/basic_string (5) `s==NULL` is undefined behavior.