Ignore:
Timestamp:
Aug 2, 2001, 10:36:35 PM (24 years ago)
Author:
umoeller
Message:

Misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/textview.c

    r85 r91  
    625625                    pWordEnd = NULL;
    626626        PSZ         pCheck = *ppStartOfWord;
    627         ULONG       cChars = 0,
    628                     cCheck = 0;
     627        ULONG       cChars = 0;
     628                    // cCheck = 0;
    629629
    630630        pWord = (PTXVWORD)malloc(sizeof(TXVWORD));
     
    656656            // cChars is != 0 if strhGetWord succeeded AND the
    657657            // line is not empty, so go on
    658             cCheck = cChars;
     658            // cCheck = cChars;
    659659
    660660            // advance input pointer
     
    30483048                        if (ptxvd->cdata.flStyle & XTXF_VSCROLL)
    30493049                        {
    3050                             BOOL fEnabled = winhUpdateScrollBar(ptxvd->hwndVScroll,
     3050                            /* BOOL fEnabled = */ winhUpdateScrollBar(ptxvd->hwndVScroll,
    30513051                                                                ulWinCY,
    30523052                                                                ptxvd->xfd.ulViewportCY,
     
    32193219                      NULL);    // reserved
    32203220
    3221     if (cbNeeded)
     3221    if (!rc && cbNeeded)
    32223222    {
    32233223        pprq3 = (PRQINFO3*)malloc(cbNeeded);
Note: See TracChangeset for help on using the changeset viewer.