Changeset 252 for trunk/src/comctl32/tab.c
- Timestamp:
- Jun 30, 1999, 5:52:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/tab.c
r236 r252 1 /* $Id: tab.c,v 1. 6 1999-06-28 15:46:26cbratschi Exp $ */1 /* $Id: tab.c,v 1.7 1999-06-30 15:52:17 cbratschi Exp $ */ 2 2 /* 3 3 * Tab control … … 1354 1354 if (len>wineItem->cchTextMax) 1355 1355 wineItem->pszText = COMCTL32_ReAlloc (wineItem->pszText, len+1); 1356 lstrcpynA (wineItem->pszText, tabItem->pszText, len );1356 lstrcpynA (wineItem->pszText, tabItem->pszText, len+1); 1357 1357 } 1358 1358
Note:
See TracChangeset
for help on using the changeset viewer.