diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-17 13:31:47 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-17 13:31:47 -0800 |
commit | 2e015caf26fcba6ef44000588b5bad89118b63a9 (patch) | |
tree | fb09d0e5d110175ebe14abd5b1e2bf2e4710bdb2 /indra/llvfs/lldir_solaris.cpp | |
parent | 6710b60b104a119b91ffc468424f8c8fe25ef2da (diff) | |
parent | 36222cfa8c6960372acf10938a16fefe2a210259 (diff) |
Pull and merge from https://bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/llvfs/lldir_solaris.cpp')
-rw-r--r-- | indra/llvfs/lldir_solaris.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_solaris.cpp b/indra/llvfs/lldir_solaris.cpp index 21f8c3acdb..a97d72d539 100644 --- a/indra/llvfs/lldir_solaris.cpp +++ b/indra/llvfs/lldir_solaris.cpp @@ -272,7 +272,7 @@ std::string LLDir_Solaris::getCurPath() } -BOOL LLDir_Solaris::fileExists(const std::string &filename) const +bool LLDir_Solaris::fileExists(const std::string &filename) const { struct stat stat_data; // Check the age of the file |