Ignore:
Timestamp:
Nov 28, 2006, 8:14:29 PM (19 years ago)
Author:
cinc
Message:

Created NOMString class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r113 r122  
    6060
    6161  /* Add mem for the inuse list structures */
    62   ptrMem=NOMMalloc(cbBytes+sizeof(USEITEM)+sizeof(MEMORYITEM));
     62  ptrMem=NOMCalloc(1, cbBytes+sizeof(USEITEM)+sizeof(MEMORYITEM));
    6363
    6464  if(!ptrMem) {
Note: See TracChangeset for help on using the changeset viewer.