Changeset 888 for trunk/dll/mle.c
- Timestamp:
- Dec 22, 2007, 11:02:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mle.c
r886 r888 17 17 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 18 18 26 Aug 07 GKY DosSleep(1) in loops changed to (0) 19 17 Dec 07 GKY Make WPURLDEFAULTSETTINGS the fall back for ftp/httprun 19 20 20 21 ***********************************************************************/ … … 178 179 if (ftp && *ftprun) 179 180 runemf2(SEPARATE | WINDOWED, 180 h, ftprund, NULL, "%s %s", ftprun, temp); 181 h, pszSrcFile, __LINE__, 182 ftprund, NULL, "%s %s", ftprun, temp); 181 183 else if (!ftp && *httprun) 182 184 runemf2(SEPARATE | WINDOWED, 183 h, httprund, NULL, "%s %s", httprun, temp); 185 h, pszSrcFile, __LINE__, 186 httprund, NULL, "%s %s", httprun, temp); 184 187 } 185 188 }
Note:
See TracChangeset
for help on using the changeset viewer.