@@ -481,12 +481,11 @@ destination = [OFString stringWithCString: destinationC encoding: encoding length: length]; key = of_file_attribute_key_symbolic_link_destination; - [attributes setObject: destination - forKey: key]; + [attributes setObject: destination forKey: key]; # else HANDLE handle; OFString *destination; if (func_CreateSymbolicLinkW == NULL) @@ -530,12 +529,11 @@ sizeof(wchar_t)]; [attributes setObject: of_file_type_symbolic_link forKey: of_file_attribute_key_type]; key = of_file_attribute_key_symbolic_link_destination; - [attributes setObject: destination - forKey: key]; + [attributes setObject: destination forKey: key]; # undef slrb } @finally { CloseHandle(handle); } # endif