- Timestamp:
- Aug 24, 2006, 6:44:57 AM (19 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/dll/wrappers.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/dll/wrappers.cr400 r438 10 10 22 Jul 06 SHL Baseline 11 11 29 Jul 06 SHL Add xgets_stripped 12 18 Aug 06 SHL Correct Runtime_Error line number report 12 13 13 14 ***********************************************************************/ … … 44 45 PSZ xfgets_bstripcr(PSZ pszBuf, size_t cMaxBytes, FILE *fp, PCSZ pszSrcFile, UINT uiLineNumber) 45 46 { 46 PSZ psz = xfgets(pszBuf,cMaxBytes,fp,pszSrcFile, __LINE__);47 PSZ psz = xfgets(pszBuf,cMaxBytes,fp,pszSrcFile,uiLineNumber); 47 48 if (psz) 48 49 bstripcr(psz); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
