Re: [PATCH] windows: Fix the default directory to look for plugins



On Fri, 2011-09-23 at 16:05 +0200, Juan A. Suarez Romero wrote:
> On Mon, 2011-09-19 at 11:32 +0100, Damien Lespiau wrote:
>  
> > Then, you can't really use ':' to separate paths eg. C:\foo:D:\bar
> 
> Great. Pushed!


I didn't notice before pushing, but I think it's better to use
G_SEARCHPATH_SEPARATOR_S to separate paths, instead using a
custom-defined PATH_SPLIT_CHARS.

It is defined as ":" for Unix and ";" for Windows.

So i'll fix the push and use this constant instead.

	J.A.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]