Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30004
Collapse All | Expand All

(-)src/dirtree.c (-1 / +1 lines)
Lines 2136-2142 Link Here
2136
    else
2136
    else
2137
      path = NULL;
2137
      path = NULL;
2138
2138
2139
    if (path && *path) {
2139
    if (path) {
2140
      if (*(path + strlen(path) - 1) == '*')
2140
      if (*(path + strlen(path) - 1) == '*')
2141
        *(path +strlen(path) - 1) = '\0';
2141
        *(path +strlen(path) - 1) = '\0';
2142
2142

Return to bug 30004