Changeset 1497 for trunk/dll/dircnrs.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/dircnrs.c

    r1486 r1497  
    18621862                  dummy[1] = NULL;
    18631863                  ExecOnList(hwnd,
    1864                              editor, WINDOWED | SEPARATE, NULL, dummy, NULL,
    1865                             pszSrcFile, __LINE__);
     1864                             editor, WINDOWED | SEPARATE, NULL, NULL,
     1865                             dummy, NULL, pszSrcFile, __LINE__);
    18661866                }
    18671867                else
     
    30933093              strcat(li->targetpath, " %a");
    30943094              ExecOnList(dcd->hwndParent, li->targetpath,
    3095                          PROMPT | WINDOWED, NULL, li->list, NULL,
     3095                         PROMPT | WINDOWED, NULL, NULL, li->list, NULL,
    30963096                         pszSrcFile, __LINE__);
    30973097              FreeList(li->list);
Note: See TracChangeset for help on using the changeset viewer.