Changeset 893 for trunk/dll/systemf.c


Ignore:
Timestamp:
Dec 29, 2007, 12:16:41 AM (18 years ago)
Author:
Gregg Young
Message:

Remark out quoting code in runemf; Cleanup of dialog update for mailrun; Enlarge VIEWDATA color array to include new mailrun colors which of course fixed the memfree crashes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.c

    r889 r893  
    636636  BOOL useTermQ = FALSE;
    637637  char szTempdir[CCHMAXPATH];
    638   char szTempPgm[CCHMAXPATH], tempcom[2048], temparg[2048], buf[10] = " &|<>";
    639   char *offset, *offsetexe, *offsetcom, *offsetcmd, *offsetbtm, *offsetbat;
    640   UINT offsetquote;
     638  //char szTempPgm[CCHMAXPATH], tempcom[2048], temparg[2048], buf[10] = " &|<>";
     639  //char *offset, *offsetexe, *offsetcom, *offsetcmd, *offsetbtm, *offsetbat;
     640  //UINT offsetquote;
    641641
    642642  typedef struct {
     
    685685           parguments);
    686686  va_end(parguments);
    687   offsetexe = strstr(strlwr(pszPgm), ".exe");
     687  /*offsetexe = strstr(strlwr(pszPgm), ".exe");
    688688  offsetcmd = strstr(strlwr(pszPgm), ".cmd");
    689689  offsetcom = strstr(strlwr(pszPgm), ".com");
     
    701701    offset = offsetbat;
    702702  else {
    703     Dos_Error(MB_CANCEL,rc,hwnd,pszSrcFile,__LINE__,GetPString(IDS_NOTDIRECTEXETEXT));
    704     return -1;
     703    offset = pszPgm;
    705704  }
    706705  offsetquote = strcspn(pszPgm, buf);
     
    718717    //printf("%s\n %s\n%s %s\n %d %d",
    719718    //       pszPgm, szTempPgm, tempcom, temparg, offset, offsetquote); fflush(stdout);
    720   }
     719  } */
    721720  if (pszEnvironment) {
    722721    p = &pszEnvironment[strlen(pszEnvironment)] + 1;
Note: See TracChangeset for help on using the changeset viewer.