Changeset 252 for trunk/src/comctl32/listview.c
- Timestamp:
- Jun 30, 1999, 5:52:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r236 r252 3060 3060 if ((lpColumn->mask & LVCF_TEXT) && (lpColumn->pszText) && (hdi.pszText)) 3061 3061 { 3062 lstrcpynA (lpColumn->pszText, hdi.pszText, MIN(lpColumn->cchTextMax,lstrlenA(hdi.pszText)));3062 lstrcpynA (lpColumn->pszText, hdi.pszText, lpColumn->cchTextMax); 3063 3063 } 3064 3064
Note:
See TracChangeset
for help on using the changeset viewer.