Changeset 1751 for trunk/dll/avl.c


Ignore:
Timestamp:
Mar 1, 2014, 7:40:15 PM (12 years ago)
Author:
John Small
Message:

Removed commented-out code missed in previous commmit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avl.c

    r1750 r1751  
    792792      struct stat Buffer;
    793793
    794 //      stat(searchpath(PCSZ_ARCHIVERBB2), &Buffer);
    795794      stat(archiverbb2, &Buffer);   // jbs: Re-use full name set by load_achivers
    796795      if (Archiverbb2Stats.st_size != Buffer.st_size ||
     
    889888                   hwnd,
    890889                   GetPString(IDS_ADCHANGESINMEMTEXT),
    891                    GetPString(IDS_ADREWRITETEXT), NullStr) == MBID_YES) {
    892 // 524    PSZ ab2 = searchpath(PCSZ_ARCHIVERBB2);       // Rewrite without prompting
    893 
    894           rewrite_archiverbb2(archiverbb2);  // jbs: Re-use full path set by load_archivers
    895         }
     890                   GetPString(IDS_ADREWRITETEXT), NullStr) == MBID_YES)
     891          rewrite_archiverbb2(archiverbb2);
    896892      }
    897893      sSelect = (SHORT) WinSendDlgItemMsg(hwnd,
Note: See TracChangeset for help on using the changeset viewer.