diff options
author | Oz Linden <oz@lindenlab.com> | 2012-12-14 12:57:05 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-12-14 12:57:05 -0500 |
commit | 07dd6cf67e316797974d1e26961d0d63a4b40ef2 (patch) | |
tree | f04964498264df702bb7d63343ecb3ea3015e05b /indra/llvfs/lldir_linux.cpp | |
parent | 83299b56c4a9922a2dfa141f2ff45f3d52883c07 (diff) | |
parent | d3293be2fe5b2bb04310ad1efc3801f724589654 (diff) |
merge changes for DRTVWR-224
Diffstat (limited to 'indra/llvfs/lldir_linux.cpp')
-rw-r--r-- | indra/llvfs/lldir_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_linux.cpp b/indra/llvfs/lldir_linux.cpp index 407f3b93fb..4edd078640 100644 --- a/indra/llvfs/lldir_linux.cpp +++ b/indra/llvfs/lldir_linux.cpp @@ -254,7 +254,7 @@ std::string LLDir_Linux::getCurPath() } -BOOL LLDir_Linux::fileExists(const std::string &filename) const +bool LLDir_Linux::fileExists(const std::string &filename) const { struct stat stat_data; // Check the age of the file |