Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/libbb/remove_file.c

    r3232 r3621  
    7979        }
    8080
     81        if (flags & FILEUTILS_VERBOSE) {
     82            printf("removed directory: '%s'\n", path);
     83        }
     84
    8185        return status;
    8286    }
     
    99103    }
    100104
     105    if (flags & FILEUTILS_VERBOSE) {
     106        printf("removed '%s'\n", path);
     107    }
     108
    101109    return 0;
    102110}
Note: See TracChangeset for help on using the changeset viewer.