Changeset 1306 for trunk/dll/extract.c


Ignore:
Timestamp:
Nov 30, 2008, 8:23:56 PM (17 years ago)
Author:
Gregg Young
Message:

Added option to use subdirectory based on the archive name for extraction from the arc container; it is set in the notebook and separate from the extract dialog setting; includes help file update, comments and cleanup (Ticket 22)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/extract.c

    r1300 r1306  
    319319          }
    320320          if (!*arcdata->extractdir) {
    321             if (*lastextractpath)
    322               strcpy(arcdata->extractdir, lastextractpath);
    323             else if (arcdata->arcname && *arcdata->arcname) {
     321            if (arcdata->arcname && *arcdata->arcname) {
    324322
    325323              CHAR *p;
Note: See TracChangeset for help on using the changeset viewer.