Changeset 2245 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Dec 29, 1999, 1:39:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r2219 r2245 1 /* $Id: winimagepeldr.cpp,v 1.2 6 1999-12-27 21:20:48sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.27 1999-12-29 12:39:09 sandervl Exp $ */ 2 2 3 3 /* … … 628 628 } 629 629 if(ulRead != size) { 630 dprintf((LOG, "Win32PeLdrImage::commitPage: DosRead failed to read %x (%x) bytes for 0x%x!", size, ulRead, virtAddress));630 dprintf((LOG, "Win32PeLdrImage::commitPage: DosRead failed to read %x (%x) bytes at %x for 0x%x!", size, ulRead, fileoffset, virtAddress)); 631 631 return FALSE; 632 632 }
Note:
See TracChangeset
for help on using the changeset viewer.