diff options
| -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 47b0e73978..d66c440367 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="";      NSString *path = nil;      // Search for the path  | 
