Changeset 1497 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jan 8, 2010, 5:39:40 AM (16 years ago)
Author:
Gregg Young
Message:

Update ExecOnList to pass environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1491 r1497  
    17711771                       WINDOWED | ((fKeepCmdLine) ?
    17721772                                   SEPARATEKEEP : SEPARATE),
    1773                        directory, list, NULL, pszSrcFile, __LINE__);
     1773                       directory, NULL, list, NULL, pszSrcFile, __LINE__);
    17741774            xfree(list, pszSrcFile, __LINE__);
    17751775            WinDestroyWindow(hwnd);
     
    22442244          strcat(li->targetpath, " %a");
    22452245          ExecOnList(hwndMain,
    2246                      li->targetpath, PROMPT | WINDOWED, NULL, li->list, NULL,
     2246                     li->targetpath, PROMPT | WINDOWED, NULL, NULL, li->list, NULL,
    22472247                     pszSrcFile, __LINE__);
    22482248          FreeList(li->list);
Note: See TracChangeset for help on using the changeset viewer.