--- sdk-objc/GMUserFileSystem.m	2008-12-05 20:45:59.000000000 -0500
+++ sdk-objc/GMUserFileSystem.m	2009-11-29 20:58:35.000000000 -0500
@@ -2425,7 +2425,7 @@
   // filesystems. This leads to deadlock when we re-enter our mounted fuse fs. 
   // Once initialized it seems to work fine.
   NSFileManager* fileManager = [NSFileManager defaultManager];
-  [fileManager directoryContentsAtPath:@"/Volumes"];
+  [fileManager contentsOfDirectoryAtPath:@"/Volumes" error:NULL];
 
   NSMutableArray* arguments = 
     [NSMutableArray arrayWithObject:[[NSBundle mainBundle] executablePath]];
