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/textv_html.c

    r82 r91  
    13411341            // end of tag found:
    13421342            ULONG cbTag;
    1343             PSZ pStartOfAttrs = 0;
     1343            // PSZ pStartOfAttrs = 0;
    13441344
    13451345            if ((pNextSpace) && (pNextSpace < pNextClose))
     
    13471347                // we have attributes:
    13481348                cbTag = pNextSpace - (pStartOfTag + 1);
    1349                 pStartOfAttrs = pNextSpace;
     1349                // pStartOfAttrs = pNextSpace;
    13501350            }
    13511351            else
Note: See TracChangeset for help on using the changeset viewer.