ObjFW  Diff

Differences From Artifact [c9f40044df]:

To Artifact [0adf8a4901]:


583
584
585
586
587
588
589
590

591
592
593
594
595
596
597
598
583
584
585
586
587
588
589

590

591
592
593
594
595
596
597







-
+
-








	objc_autoreleasePoolPop(pool);

	return [ret autorelease];
}
#endif

- (void)unveilPath: (OFString *)path
- (void)unveilPath: (OFString *)path permissions: (OFString *)permissions
       permissions: (OFString *)permissions
{
	void *pool = objc_autoreleasePoolPush();

	[_unveiledPaths addObject: [OFPair pairWithFirstObject: path
						  secondObject: permissions]];

	objc_autoreleasePoolPop(pool);