Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use literal string concatenation in getDataPath
This avoids an issue on some platforms (e.g. conda-build 3 on osx_arm64) where std::string(really_long_literal_string)+'/' ends up with interstitial null characters that stop strcpy() and friends from consuming the full, concatenated path.
- Loading branch information