Changeset 252 for trunk/src/comctl32/rebar.c
- Timestamp:
- Jun 30, 1999, 5:52:19 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/comctl32/rebar.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/rebar.c
r236 r252 1 /* $Id: rebar.c,v 1. 5 1999-06-28 15:46:26cbratschi Exp $ */1 /* $Id: rebar.c,v 1.6 1999-06-30 15:52:17 cbratschi Exp $ */ 2 2 /* 3 3 * Rebar control … … 640 640 if ((lprbbi->fMask & RBBIM_TEXT) && 641 641 (lprbbi->lpText) && (lpBand->lpText)) { 642 lstrcpynWtoA (lprbbi->lpText, lpBand->lpText, MIN(lprbbi->cch,lstrlenW(lpBand->lpText)));642 lstrcpynWtoA (lprbbi->lpText, lpBand->lpText,lprbbi->cch); 643 643 } 644 644 … … 711 711 if ((lprbbi->fMask & RBBIM_TEXT) && 712 712 (lprbbi->lpText) && (lpBand->lpText)) { 713 lstrcpynW (lprbbi->lpText, lpBand->lpText, MIN(lprbbi->cch,lstrlenW(lpBand->lpText)));713 lstrcpynW (lprbbi->lpText, lpBand->lpText, lprbbi->cch); 714 714 } 715 715
Note:
See TracChangeset
for help on using the changeset viewer.
