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

    r886 r888  
    1717  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1818  26 Aug 07 GKY DosSleep(1) in loops changed to (0)
     19  17 Dec 07 GKY Make WPURLDEFAULTSETTINGS the fall back for ftp/httprun
    1920
    2021***********************************************************************/
     
    178179          if (ftp && *ftprun)
    179180            runemf2(SEPARATE | WINDOWED,
    180                     h, ftprund, NULL, "%s %s", ftprun, temp);
     181                    h, pszSrcFile, __LINE__,
     182                    ftprund, NULL, "%s %s", ftprun, temp);
    181183          else if (!ftp && *httprun)
    182184            runemf2(SEPARATE | WINDOWED,
    183                     h, httprund, NULL, "%s %s", httprun, temp);
     185                    h, pszSrcFile, __LINE__,
     186                    httprund, NULL, "%s %s", httprun, temp);
    184187        }
    185188      }
Note: See TracChangeset for help on using the changeset viewer.