Changeset 1316 for trunk/dll/worker.c


Ignore:
Timestamp:
Dec 3, 2008, 7:31:42 PM (17 years ago)
Author:
Gregg Young
Message:

Code clean up -- remove redundant code; move code to match openwatcom requirements etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r1313 r1316  
    16051605                                 &fsa, (ULONG) sizeof(FILESTATUS3));
    16061606                if (fsa.attrFile & FILE_DIRECTORY) {
    1607                   sprintf(prompt,
     1607                  /*sprintf(prompt,
    16081608                          GetPString(IDS_DELETINGTEXT), wk->li->list[x]);
     1609                  AddNote(prompt);*/ //Duplicate call 12-03-08 GKY
    16091610                  DosRequestMutexSem(hmtxFM2Delete, SEM_INDEFINITE_WAIT); // Prevent race 12-3-08 GKY
    1610                   AddNote(prompt);
    16111611                  error = (APIRET) wipeallf("%s%s*",
    16121612                                            wk->li->list[x],
    16131613                                            (*wk->li->list[x] &&
    16141614                                             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);
    16181617                  DosError(FERR_DISABLEHARDERR);
    16191618                  if (!error)
     
    16241623                }
    16251624                else {
    1626                   sprintf(prompt,
     1625                  /*sprintf(prompt,
    16271626                          GetPString(IDS_DELETINGTEXT), wk->li->list[x]);
    1628                   AddNote(prompt);
     1627                  AddNote(prompt); */  //Duplicate call 12-03-08 GKY
    16291628                  DosError(FERR_DISABLEHARDERR);
    16301629                  if (wk->li->type == IDM_DELETE){
Note: See TracChangeset for help on using the changeset viewer.