Changeset 1749 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Feb 28, 2014, 5:46:26 PM (11 years ago)
Author:
John Small
Message:

Ticket #522: Ensure use of wrapper functions where needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1741 r1749  
    9393  09 Feb 14 GKY Fix trap on opening a file without an extention
    9494  22 Feb 14 GKY Fix warn readonly yes don't ask to work when recursing directories.
     95  28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed
    9596
    9697***********************************************************************/
     
    572573  HFILE oldstdout;
    573574  HFILE newstdout;
    574   CHAR s[CCHMAXPATH * 2], lonename[CCHMAXPATH + 2],
     575  CHAR lonename[CCHMAXPATH + 2],
    575576       *nsize, *osize, *fdate, *fname, *p, *pp, *arctemp;
     577  // Change the DosQueryAppType call below to xDosQueryAppType if "s" is no longer in low memory
     578  CHAR s[CCHMAXPATH * 2];
    576579  BOOL gotstart;
    577580  BOOL gotend;
Note: See TracChangeset for help on using the changeset viewer.