diff options
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 | 
