ObjFW  Check-in [d2e8afc7d2]

Overview
Comment:OFMutableLHAArchiveEntry: Fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d2e8afc7d282066d0102f06d00f919992464fe3f038feed653731d0490f2a0c5
User & Date: js on 2022-10-04 22:30:29
Other Links: manifest | tags
Context
2022-10-04
22:38
Make GCC happy again check-in: dbaa66d92f user: js tags: trunk
22:30
OFMutableLHAArchiveEntry: Fix typo check-in: d2e8afc7d2 user: js tags: trunk
22:27
Add of-lha: URI handler check-in: f3bdf29f07 user: js tags: trunk
Changes

Modified src/OFMutableLHAArchiveEntry.m from [5cc0ae4076] to [84adbb8df8].

131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
- (void)setGroupOwnerAccountID: (OFNumber *)groupOwnerAccountID
{
	OFNumber *old = _groupOwnerAccountID;
	_groupOwnerAccountID = [groupOwnerAccountID retain];
	[old release];
}

- (void)setOwnerAccounutName: (OFString *)ownerAccountName
{
	OFString *old = _ownerAccountName;
	_ownerAccountName = [ownerAccountName copy];
	[old release];
}

- (void)setGroupOwnerAccountName: (OFString *)groupOwnerAccountName







|







131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
- (void)setGroupOwnerAccountID: (OFNumber *)groupOwnerAccountID
{
	OFNumber *old = _groupOwnerAccountID;
	_groupOwnerAccountID = [groupOwnerAccountID retain];
	[old release];
}

- (void)setOwnerAccountName: (OFString *)ownerAccountName
{
	OFString *old = _ownerAccountName;
	_ownerAccountName = [ownerAccountName copy];
	[old release];
}

- (void)setGroupOwnerAccountName: (OFString *)groupOwnerAccountName