Ignore:
Timestamp:
Jun 30, 1999, 5:52:19 PM (26 years ago)
Author:
cbratschi
Message:

unicode and other changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/listview.c

    r236 r252  
    30603060      if ((lpColumn->mask & LVCF_TEXT) && (lpColumn->pszText) && (hdi.pszText))
    30613061      {
    3062         lstrcpynA (lpColumn->pszText, hdi.pszText, MIN(lpColumn->cchTextMax,lstrlenA(hdi.pszText)));
     3062        lstrcpynA (lpColumn->pszText, hdi.pszText, lpColumn->cchTextMax);
    30633063      }
    30643064
Note: See TracChangeset for help on using the changeset viewer.