Update comments

This commit is contained in:
Jeffrey Walton 2018-12-08 00:01:38 -05:00
parent eee358b025
commit 8c4f38b27d
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -273,7 +273,7 @@ inline std::string DataDir(const std::string& filename)
return name;
#endif
#ifndef CRYPTOPP_DISABLE_DATA_DIR_SEARCH
// Finally look in {$ORIGIN}/bin/../share/
// Finally look in $ORIGIN/../share/. This is likely a Linux install directory for users.
name = std::string("../share/cryptopp/") + filename;
file.open(name.c_str());
if (file.is_open())