@@ -30,11 +30,11 @@ @implementation OFPlugin + pluginFromFile: (OFString*)path { OFAutoreleasePool *pool; - OFString *file; + OFMutableString *file; of_plugin_handle_t handle; OFPlugin *(*init_plugin)(); OFPlugin *plugin; pool = [[OFAutoreleasePool alloc] init];