Changeset 1371 for trunk/dll/systemf.c


Ignore:
Timestamp:
Jan 3, 2009, 11:43:14 PM (17 years ago)
Author:
Gregg Young
Message:

Fix trap on attempt to execute a dll; it was a missing variable in the error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.c

    r1369 r1371  
    982982          Runtime_Error(pszSrcFile, __LINE__,
    983983                        GetPString(IDS_APPTYPEUNEXPECTEDTEXT),
    984                         pszPgm, pszCallingFile, uiLineNumber);  // 26 May 08 SHL
     984                        ulAppType, pszPgm, pszCallingFile, uiLineNumber);  // 26 May 08 SHL
    985985          DosFreeMem(pszPgm);
    986986          if (pszArgs)
Note: See TracChangeset for help on using the changeset viewer.