ObjFW  Diff

Differences From Artifact [7650af811e]:

To Artifact [12cda0c8c7]:


165
166
167
168
169
170
171
172
173
174
175
176
177
178
179

			return [ret autorelease];
		}
	}

	objc_autoreleasePoolPop(pool);

	return OF_PATH_CURRENT_DIRECTORY;
}

- (OFString *)stringByDeletingPathExtension
{
	void *pool;
	OFMutableArray OF_GENERIC(OFString *) *components;
	OFString *ret, *fileName;







|







165
166
167
168
169
170
171
172
173
174
175
176
177
178
179

			return [ret autorelease];
		}
	}

	objc_autoreleasePoolPop(pool);

	return @".";
}

- (OFString *)stringByDeletingPathExtension
{
	void *pool;
	OFMutableArray OF_GENERIC(OFString *) *components;
	OFString *ret, *fileName;