Changeset 888 for trunk/dll/collect.c


Ignore:
Timestamp:
Dec 22, 2007, 11:02:11 PM (18 years ago)
Author:
Gregg Young
Message:

runemf2 now quotes executable strings if needed (Ticket 180); it also reports where it was called from on errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r872 r888  
    23002300                strcat(li->targetpath, " %a");
    23012301                ExecOnList(dcd->hwndParent, li->targetpath,
    2302                            PROMPT | WINDOWED, NULL, li->list, NULL);
     2302                           PROMPT | WINDOWED, NULL, li->list, NULL,
     2303                           pszSrcFile, __LINE__);
    23032304                FreeList(li->list);
    23042305                li->list = NULL;
Note: See TracChangeset for help on using the changeset viewer.