Skip to content

Minor issue: a extra '/' is added in the cache path

In configfile.c line 50

dir = str_printf("%s/%s/", cache, BDPLUS_DIR);
                       ^

the 2nd '/' seems to be extra as, later, a DIR_SEP is added after dir.

Minor issue as a//c still works in Linux.