Ignore:
Timestamp:
Aug 25, 1999, 4:27:07 PM (26 years ago)
Author:
sandervl
Message:

handle manager changes for DuplicateHandle + memory mapped file changes/bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r678 r690  
    1 /* $Id: exceptions.cpp,v 1.12 1999-08-25 10:28:40 sandervl Exp $ */
     1/* $Id: exceptions.cpp,v 1.13 1999-08-25 14:27:05 sandervl Exp $ */
    22
    33/*
     
    901901                goto continueFail;
    902902        }
    903         map = Win32MemMap::findMap(pERepRec->ExceptionInfo[0]);
     903        map = Win32MemMap::findMap(pERepRec->ExceptionInfo[1]);
    904904        if(map == NULL) {
    905905                goto continueFail;
Note: See TracChangeset for help on using the changeset viewer.