Ignore:
Timestamp:
Dec 29, 1999, 1:39:09 PM (26 years ago)
Author:
sandervl
Message:

dprintf2's for cursor/icon conversion

File:
1 edited

Legend:

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

    r2219 r2245  
    1 /* $Id: winimagepeldr.cpp,v 1.26 1999-12-27 21:20:48 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.27 1999-12-29 12:39:09 sandervl Exp $ */
    22
    33/*
     
    628628        }
    629629        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));
    631631                return FALSE;
    632632        }
Note: See TracChangeset for help on using the changeset viewer.