@@ -274,11 +274,11 @@ @throw [OFOpenFileFailedException newWithClass: self path: path mode: @"r"]; @try { - OFAutoreleasePool pool2 = [[OFAutoreleasePool alloc] init]; + OFAutoreleasePool *pool2 = [[OFAutoreleasePool alloc] init]; do { OFString *file; if (!strcmp(fd.cFileName, ".") ||