Message-ID: <384E99C3.7B6E7ED@softhome.net> Date: Wed, 08 Dec 1999 19:47:47 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Second symlink patch References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Michel de Ruiter wrote: > Why not split c:\djgpp\share/app/file.ext correctly? > For example just: > return strpbrk(path, "/\\"); Point taken and now I use it. I didn't knew about strpbrk(), but it rendered find_dir_separator() obsolete. > +/* It is big enough to hold longest posssible path */ > > One `s' too many, I guess. Corrected. > Hope this helps. Thank you for feedback, Laurynas Biveinis