Changeset 91 for trunk/src/helpers/textview.c
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/textview.c
r85 r91 625 625 pWordEnd = NULL; 626 626 PSZ pCheck = *ppStartOfWord; 627 ULONG cChars = 0 ,628 cCheck = 0;627 ULONG cChars = 0; 628 // cCheck = 0; 629 629 630 630 pWord = (PTXVWORD)malloc(sizeof(TXVWORD)); … … 656 656 // cChars is != 0 if strhGetWord succeeded AND the 657 657 // line is not empty, so go on 658 cCheck = cChars;658 // cCheck = cChars; 659 659 660 660 // advance input pointer … … 3048 3048 if (ptxvd->cdata.flStyle & XTXF_VSCROLL) 3049 3049 { 3050 BOOL fEnabled =winhUpdateScrollBar(ptxvd->hwndVScroll,3050 /* BOOL fEnabled = */ winhUpdateScrollBar(ptxvd->hwndVScroll, 3051 3051 ulWinCY, 3052 3052 ptxvd->xfd.ulViewportCY, … … 3219 3219 NULL); // reserved 3220 3220 3221 if ( cbNeeded)3221 if (!rc && cbNeeded) 3222 3222 { 3223 3223 pprq3 = (PRQINFO3*)malloc(cbNeeded);
Note:
See TracChangeset
for help on using the changeset viewer.