Changeset 1710 for trunk/dll/worker.c


Ignore:
Timestamp:
Feb 9, 2014, 9:07:48 PM (12 years ago)
Author:
Gregg Young
Message:

Actually commit the fix for suppressing the readonly warning on temp archive files. Ticket 497

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1706 r1710  
    16951695                                 &fsa, (ULONG) sizeof(FILESTATUS3));
    16961696                if (fsa.attrFile & FILE_DIRECTORY) {
    1697                   error = (APIRET) wipeallf("%s%s*",
     1697                  error = (APIRET) wipeallf(FALSE, "%s%s*",
    16981698                                            wk->li->list[x],
    16991699                                            (*wk->li->list[x] &&
Note: See TracChangeset for help on using the changeset viewer.