diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/llvfs/llvfs_objc.mm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/llvfs/llvfs_objc.mm b/indra/llvfs/llvfs_objc.mm index d66c440367..282ea41339 100755 --- a/indra/llvfs/llvfs_objc.mm +++ b/indra/llvfs/llvfs_objc.mm @@ -48,7 +48,7 @@ std::string* findSystemDirectory(NSSearchPathDirectory searchPathDirectory,  {      NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; -    std::string *result=""; +    std::string *result = nil;      NSString *path = nil;      // Search for the path | 
