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

    r841 r888  
    429429          type = SEPARATE | FULLSCREEN;
    430430        }
    431         runemf2(type, hwnd, path, NULL, "%s", env);
     431        runemf2(type, hwnd, pszSrcFile, __LINE__,
     432                path, NULL, "%s", env);
    432433      }
    433434      break;
Note: See TracChangeset for help on using the changeset viewer.