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

    r850 r888  
    21742174            fakelist[2] = NULL;
    21752175            ExecOnList(hwnd, compare,
    2176                        WINDOWED | SEPARATEKEEP, NULL, fakelist, NULL);
     2176                       WINDOWED | SEPARATEKEEP, NULL, fakelist, NULL,
     2177                       pszSrcFile, __LINE__);
    21772178          }
    21782179          else {
Note: See TracChangeset for help on using the changeset viewer.