Changeset 1391 for trunk/dll/avl.c
- Timestamp:
- Jan 12, 2009, 12:55:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avl.c
r1346 r1391 36 36 Select archive dialog if no default is provided. 37 37 29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate. 38 11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c 38 39 39 40 ***********************************************************************/ … … 368 369 //DosEnterCritSec(); //GKY 11-29-08 369 370 DosRequestMutexSem(hmtxFM2Globals, SEM_INDEFINITE_WAIT); 370 psz = searchpath( GetPString(IDS_ARCHIVERBB2));371 psz = searchpath(ARCHIVERBB2); 371 372 if (!psz || !*psz) { 372 373 DosReleaseMutexSem(hmtxFM2Globals); … … 860 861 GetPString(IDS_ADCHANGESINMEMTEXT), 861 862 GetPString(IDS_ADREWRITETEXT), NullStr) == MBID_YES) { 862 PSZ ab2 = searchpath( GetPString(IDS_ARCHIVERBB2)); // Rewrite without prompting863 PSZ ab2 = searchpath(ARCHIVERBB2); // Rewrite without prompting 863 864 864 865 rewrite_archiverbb2(ab2);
Note:
See TracChangeset
for help on using the changeset viewer.