On Wed, 29 Sep 2010 at 3:18:04 +0200, Tamas TEVESZ wrote: > --- a/WINGs/wapplication.c > +++ b/WINGs/wapplication.c > @@ -74,7 +74,7 @@ static char *checkFile(char *path, char *folder, char *ext, > char *resource) > slen = strlen(path) + strlen(resource) + 1 + extralen; > ret = wmalloc(slen); > > - if (strlcpy(ret, path, slen) >= slen) > + if (wstrlcpy(ret, path, slen) >= slen) > goto error;
My local copy of wapplication.c does not contain the strlcpy(). Did I forget to apply some previous patch? In particular I applied the patch which adds strlcpy(), but I don't remember applying a patch making use of it. -- To unsubscribe, send mail to [email protected].
