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

    r877 r888  
    17271727                  dummy[1] = NULL;
    17281728                  ExecOnList(hwnd,
    1729                              editor, WINDOWED | SEPARATE, NULL, dummy, NULL);
     1729                             editor, WINDOWED | SEPARATE, NULL, dummy, NULL,
     1730                             pszSrcFile, __LINE__);
    17301731                }
    17311732                else
     
    28872888              strcat(li->targetpath, " %a");
    28882889              ExecOnList(dcd->hwndParent, li->targetpath,
    2889                          PROMPT | WINDOWED, NULL, li->list, NULL);
     2890                         PROMPT | WINDOWED, NULL, li->list, NULL,
     2891                         pszSrcFile, __LINE__);
    28902892              FreeList(li->list);
    28912893              li->list = NULL;
Note: See TracChangeset for help on using the changeset viewer.