Changeset 469 for trunk/dll


Ignore:
Timestamp:
Sep 1, 2006, 3:03:18 AM (19 years ago)
Author:
root
Message:

Use _fsopen to avoid noise complaints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/remap.c

    r404 r469  
    1111  22 Jul 06 SHL Check more run time errors
    1212  29 Jul 06 SHL Use xfgets
     13  31 Aug 06 SHL Use _fsopen to avoid noise complaints
    1314
    1415***********************************************************************/
     
    7172    strcat(s,"\\");
    7273  strcat(s,"RESOURCE.DAT");
    73   fp = xfsopen(s,"r",SH_DENYWR,pszSrcFile,__LINE__);
     74  fp = _fsopen(s,"r",SH_DENYWR);
    7475  if (fp) {
    7576    while (x < MAXNUMRES && !feof(fp)) {
Note: See TracChangeset for help on using the changeset viewer.