On Wed, 17 Mar 2010, Carlos R. Mafra wrote: > diff --git a/WINGs/proplist.c b/WINGs/proplist.c > index 4c65d77..f4d9c76 100644 > --- a/WINGs/proplist.c > +++ b/WINGs/proplist.c > @@ -1721,7 +1721,7 @@ int wrmdirhier(const char *path) > if (stat(path, &st) == -1) > return 0; > > - ptree[0] = path; > + ptree[0] = (char *)path;
by all means, thanks. -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
