Ignore:
Timestamp:
Apr 27, 2001, 7:35:41 PM (24 years ago)
Author:
sandervl
Message:

HeapReAlloc change

File:
1 edited

Legend:

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

    r5116 r5605  
    1 /* $Id: heap.cpp,v 1.25 2001-02-11 17:24:09 sandervl Exp $ */
     1/* $Id: heap.cpp,v 1.26 2001-04-27 17:35:40 sandervl Exp $ */
    22
    33/*
     
    3737
    3838  rc = curheap->Alloc(dwFlags, dwBytes);
    39   dprintf2(("HeapAlloc %X bytes -> %x", dwBytes, rc));
     39  dprintf2(("HeapAlloc %d bytes -> %x", dwBytes, rc));
    4040  return rc;
    4141}
Note: See TracChangeset for help on using the changeset viewer.