Changeset 1715


Ignore:
Timestamp:
Feb 10, 2014, 3:38:48 AM (11 years ago)
Author:
Gregg Young
Message:

Fix the last instance of wipeall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/av2.c

    r1673 r1715  
    8181          strcpy(enddir, ffb3.achName);
    8282          if (ffb3.attrFile & FILE_DIRECTORY) {
    83             wipeallf("%s\\*", s);
     83            wipeallf(TRUE, "%s\\*", s);
    8484            DosDeleteDir(s);
    8585          }
Note: See TracChangeset for help on using the changeset viewer.