Changeset 1336


Ignore:
Timestamp:
Apr 6, 2004, 8:36:50 PM (21 years ago)
Author:
bird
Message:

#1017: Fixed fatal typo in exansion code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/io/_newstre.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1335 r1336  
    6868         * Allocate the first one.
    6969         */
    70         pFile = &pSV->vec[0];
     70        pFile = &pSVNew->vec[0];
    7171        pFile->_flags = _IONEW;
    7272
Note: See TracChangeset for help on using the changeset viewer.