diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 13:36:18 +0100 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-27 13:36:18 +0100 |
| commit | 5c9d878d8c2da0d413aa6b0976faa595382681c2 (patch) | |
| tree | 03ccc753518645b57e4556fffe56ce5b44cfb176 /indra/llvfs/lldir_linux.cpp | |
| parent | 7cd8557ff7008580eedda5b5131a2632dbe6206b (diff) | |
| parent | 2f29c3511422e29bbdefa43af2fc3fc785c38c86 (diff) | |
merge
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 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 |
