- Timestamp:
- Feb 24, 2014, 3:45:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/avv.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1744 r1746 33 33 15 Feb 14 GKY Assure the title is blank on the execute dialog call with the "see" button 34 34 24 Feb 14 JBS Ticket #517: Replaced a call to DosQueryAppType to a call to the wrapped xDosQueryApptType 35 24 Feb 14 JBS Ticket #523: Stop considering missing "list", "create" or "extract" commands as errors 35 36 36 37 ***********************************************************************/ … … 442 443 if (info->fnpos > 50 || info->fnpos < -1) 443 444 badPos = TRUE; 444 checkfile(info->list, &badList); 445 checkfile(info->create, &badCreate); 446 checkfile(info->extract, &badExtract); 445 if (info->list) 446 checkfile(info->list, &badList); 447 if (info->create) 448 checkfile(info->create, &badCreate); 449 if (info->extract) 450 checkfile(info->extract, &badExtract); 447 451 if (!noStart && !noEnd && !badPos && !badList && !badCreate && !badExtract) 448 452 return TRUE; // OK
Note:
See TracChangeset
for help on using the changeset viewer.
