In article <[email protected]>, Simon J. Gerraty <[email protected]> wrote: >- if (*p == '/' && >- Lst_ForEach(metaIgnorePaths, prefix_match, p)) { >+ if (*p == '/') { >+ realpath(p, fname1); /* clean it up */
Check realpath? christos
In article <[email protected]>, Simon J. Gerraty <[email protected]> wrote: >- if (*p == '/' && >- Lst_ForEach(metaIgnorePaths, prefix_match, p)) { >+ if (*p == '/') { >+ realpath(p, fname1); /* clean it up */
Check realpath? christos