Re: Error with malloc and NSFileWrapper

2008-12-19 Thread Ken Thomases
On Dec 17, 2008, at 7:22 PM, Guillaume Campagna wrote: I'm using a NSDirectoryEnumerator to add all the content of a folder to some array... I'm filtering these files (I don't want certains types of files). One of these file types is symbolic link (alias). So I'm using NSFileWrapper to chec

Re: Error with malloc and NSFileWrapper

2008-12-18 Thread Quincey Morris
On Dec 17, 2008, at 17:22, Guillaume Campagna wrote: I'm using a NSDirectoryEnumerator to add all the content of a folder to some array... I'm filtering these files (I don't want certains types of files). One of these file types is symbolic link (alias). So I'm using NSFileWrapper to check

Error with malloc and NSFileWrapper

2008-12-18 Thread Guillaume Campagna
Ok, I've search everywhere! And I see no reason of that error! I'm using a NSDirectoryEnumerator to add all the content of a folder to some array... I'm filtering these files (I don't want certains types of files). One of these file types is symbolic link (alias). So I'm using NSFileWrapper