Changeset 1749 for trunk/dll/arccnrs.c
- Timestamp:
- Feb 28, 2014, 5:46:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1741 r1749 93 93 09 Feb 14 GKY Fix trap on opening a file without an extention 94 94 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 95 96 96 97 ***********************************************************************/ … … 572 573 HFILE oldstdout; 573 574 HFILE newstdout; 574 CHAR s[CCHMAXPATH * 2],lonename[CCHMAXPATH + 2],575 CHAR lonename[CCHMAXPATH + 2], 575 576 *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]; 576 579 BOOL gotstart; 577 580 BOOL gotend;
Note:
See TracChangeset
for help on using the changeset viewer.