Changeset 1625 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Aug 26, 2011, 11:36:20 PM (14 years ago)
Author:
Gregg Young
Message:

Fix arc container view for .tar.gz files when using tar 1.15+ as the archiver. Ticket 473

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1616 r1625  
    845845                pai->cbComp = atol(nsize);
    846846              if (info->datetype && fdate && *fdate)
    847                 ArcDateTime(fdate, info->datetype, &pai->date, &pai->time);
     847                ArcDateTime(fdate, info->datetype, &pai->date, &pai->time);
    848848              memset(&ri, 0, sizeof(RECORDINSERT));
    849849              ri.cb = sizeof(RECORDINSERT);
     
    23162316      // Display parsed date/time columns if type specified
    23172317      AdjustCnrColVis(hwnd,
    2318                       GetPString(IDS_TIMECOLTEXT),
    2319                       dcd->info->fdpos != -1 && dcd->info->datetype, FALSE);
     2318                      GetPString(IDS_TIMECOLTEXT),
     2319                      dcd->info->fdpos != -1 && dcd->info->datetype, FALSE);
    23202320      AdjustCnrColVis(hwnd,
    2321                       GetPString(IDS_DATECOLTEXT),
    2322                       dcd->info->fdpos != -1 && dcd->info->datetype, FALSE);
     2321                      GetPString(IDS_DATECOLTEXT),
     2322                      dcd->info->fdpos != -1 && dcd->info->datetype, FALSE);
    23232323      WinSendMsg(hwnd, CM_INVALIDATEDETAILFIELDINFO, MPVOID, MPVOID);
    23242324    }
Note: See TracChangeset for help on using the changeset viewer.