diff options
author | Kelly Washington <kelly@lindenlab.com> | 2010-09-27 09:42:27 -0700 |
---|---|---|
committer | Kelly Washington <kelly@lindenlab.com> | 2010-09-27 09:42:27 -0700 |
commit | fa22f0a6f8d1144bee20654209342280a772bcae (patch) | |
tree | adcc7010ffc4e57e49b6ba03b3f652be41a125a1 /indra/llvfs | |
parent | 753238d70e0db62faaf5ccb50e62cdf96ed4f344 (diff) | |
parent | 2f29c3511422e29bbdefa43af2fc3fc785c38c86 (diff) |
Merge
Diffstat (limited to 'indra/llvfs')
-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 6ccac45569..a1c6669b97 100644 --- a/indra/llvfs/lldir_linux.cpp +++ b/indra/llvfs/lldir_linux.cpp @@ -93,7 +93,7 @@ LLDir_Linux::LLDir_Linux() #else mAppRODataDir = tmp_str; #endif - U32 indra_pos = mExecutableDir.find("/indra"); + std::string::size_type indra_pos = mExecutableDir.find("/indra"); if (indra_pos != std::string::npos) { // ...we're in a dev checkout |