Ignore:
Timestamp:
Aug 6, 1999, 2:14:12 PM (26 years ago)
Author:
phaller
Message:

Fix: Heap changes

File:
1 edited

Legend:

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

    r434 r435  
    656656  if (!p)
    657657  {
    658     dprintf(("KERNEL32: HEAP_malloc(%08xh,%08xh,%08xh) out of memory.\n",
    659              heap,
    660              flags,
     658    dprintf(("KERNEL32: HEAP_malloc(%08xh) out of memory.\n",
    661659             size));
    662660  }
     
    682680  if (!p)
    683681  {
    684     dprintf(("KERNEL32: HEAP_realloc(%08xh,%08xh,%08xh,%08xh) out of memory.\n",
    685              heap,
    686              flags,
     682    dprintf(("KERNEL32: HEAP_realloc(%08xh,%08xh) out of memory.\n",
    687683             lpMem,
    688684             size));
Note: See TracChangeset for help on using the changeset viewer.