Changeset 1690 for trunk/dll/defview.c


Ignore:
Timestamp:
Aug 5, 2013, 2:13:41 AM (12 years ago)
Author:
Gregg Young
Message:

Changes to fix .tar.gz list because of changes in tar 1.20 (maybe earlier). Added lzip support with ungly hack to work around its lack of a list option. Tickets 493, 494

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/defview.c

    r1673 r1690  
    302302                           strcmp(realappname, FM3Str)) ?
    303303                          HWND_DESKTOP :
    304                           hwndParent, hwndFrame, filename, 4, NULL);
     304                          hwndParent, hwndFrame, filename, 4, NULL);
     305    if (hwndArc == -1)
     306      return;
     307
    305308    if (!hwndArc) {
    306309      if (!IsExecutable(filename) || !ExecFile(hwnd, filename)) {
Note: See TracChangeset for help on using the changeset viewer.