Changeset 1316 for trunk/dll/worker.c
- Timestamp:
- Dec 3, 2008, 7:31:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/worker.c
r1313 r1316 1605 1605 &fsa, (ULONG) sizeof(FILESTATUS3)); 1606 1606 if (fsa.attrFile & FILE_DIRECTORY) { 1607 sprintf(prompt,1607 /*sprintf(prompt, 1608 1608 GetPString(IDS_DELETINGTEXT), wk->li->list[x]); 1609 AddNote(prompt);*/ //Duplicate call 12-03-08 GKY 1609 1610 DosRequestMutexSem(hmtxFM2Delete, SEM_INDEFINITE_WAIT); // Prevent race 12-3-08 GKY 1610 AddNote(prompt);1611 1611 error = (APIRET) wipeallf("%s%s*", 1612 1612 wk->li->list[x], 1613 1613 (*wk->li->list[x] && 1614 1614 wk->li-> 1615 list[x][strlen(wk->li->list[x]) - 1616 1] != 1617 '\\') ? "\\" : NullStr); 1615 list[x][strlen(wk->li->list[x]) - 1] 1616 != '\\') ? "\\" : NullStr); 1618 1617 DosError(FERR_DISABLEHARDERR); 1619 1618 if (!error) … … 1624 1623 } 1625 1624 else { 1626 sprintf(prompt,1625 /*sprintf(prompt, 1627 1626 GetPString(IDS_DELETINGTEXT), wk->li->list[x]); 1628 AddNote(prompt); 1627 AddNote(prompt); */ //Duplicate call 12-03-08 GKY 1629 1628 DosError(FERR_DISABLEHARDERR); 1630 1629 if (wk->li->type == IDM_DELETE){
Note:
See TracChangeset
for help on using the changeset viewer.