@@ -50,11 +50,11 @@ #ifdef OF_HAVE_FILES - initWithPath: (OFString *)path { OFFile *file = [[OFFile alloc] initWithPath: path - mode: @"rb"]; + mode: @"r"]; @try { self = [self initWithStream: file]; } @finally { [file release]; }