Changeset 91 for trunk/src/helpers/textv_html.c
- Timestamp:
- Aug 2, 2001, 10:36:35 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/textv_html.c
r82 r91 1341 1341 // end of tag found: 1342 1342 ULONG cbTag; 1343 PSZ pStartOfAttrs = 0;1343 // PSZ pStartOfAttrs = 0; 1344 1344 1345 1345 if ((pNextSpace) && (pNextSpace < pNextClose)) … … 1347 1347 // we have attributes: 1348 1348 cbTag = pNextSpace - (pStartOfTag + 1); 1349 pStartOfAttrs = pNextSpace;1349 // pStartOfAttrs = pNextSpace; 1350 1350 } 1351 1351 else
Note:
See TracChangeset
for help on using the changeset viewer.