On Sat, 19 Jul 2008 16:31:18 -0400, Joe Marcus Clarke wrote: > The strndup() implementation in xdg-user-dirs is wrong. The prototype > needs to be: > > char *strndup(const char *str, size_t len); > > Should be as easy as fixing the one patch. > > Joe Thanks for the note, Max