Ignore:
Timestamp:
Dec 14, 1999, 1:50:46 PM (26 years ago)
Author:
sandervl
Message:

memory map fixes

File:
1 edited

Legend:

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

    r2066 r2072  
    1 /* $Id: winimagepeldr.cpp,v 1.23 1999-12-13 19:28:15 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.24 1999-12-14 12:50:46 sandervl Exp $ */
    22
    33/*
     
    241241  memmap = new Win32MemMap(this, realBaseAddress, imageSize);
    242242  if(memmap == NULL || !memmap->Init(0)) {
    243         strcpy(szErrorModule, OSLibStripPath(szFileName));
    244243        goto failure;
    245244  }
     
    13561355                if(rc) {
    13571356                        dprintf((LOG, "DosLoadModule returned %X for %s\n", rc, szModuleFailure));
    1358                         sprintf(szErrorModule, "%s.DLL", szModuleFailure);
     1357                        sprintf(szErrorModule, "%s.DLL", szModuleFailure);
    13591358                        errorState = rc;
    13601359                        return(FALSE);
     
    13811380                if(WinDll->init(0) == FALSE) {
    13821381                    dprintf((LOG, "Internal WinDll error ", WinDll->getError() ));
    1383                     strcpy(szErrorModule, OSLibStripPath(modname));
    13841382                    return(FALSE);
    13851383                }
Note: See TracChangeset for help on using the changeset viewer.