Ignore:
Timestamp:
Apr 12, 2000, 6:39:00 PM (25 years ago)
Author:
cbratschi
Message:

listview: ver 4 feature complete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/treeview.cpp

    r3351 r3369  
    1 /* $Id: treeview.cpp,v 1.7 2000-04-08 18:32:55 cbratschi Exp $ */
     1/* $Id: treeview.cpp,v 1.8 2000-04-12 16:39:00 cbratschi Exp $ */
    22/* Treeview control
    33 *
     
    36723672      } else
    36733673      {
    3674         if(NULL == COMCTL32_ReAlloc(text,(iLength+1)*sizeof(WCHAR)))
     3674        if (!COMCTL32_ReAlloc(text,(iLength+1)*sizeof(WCHAR)))
    36753675        {
    36763676          //ERR("OutOfMemory, cannot allocate space for label");
Note: See TracChangeset for help on using the changeset viewer.