source:
freewrt/package/libupnp/patches/libupnp-1.2.1a-gcc4.patch@
d419478
| Last change on this file since d419478 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 666 bytes | |
-
ixml/src/element.c
old new ixmlElement_removeAttributeNode( IN IXML 454 454 element->n.firstAttr = nextSib; 455 455 } 456 456 457 ( IXML_Attr * )attrNode->parentNode = NULL;458 ( IXML_Attr * )attrNode->prevSibling = NULL;459 ( IXML_Attr * )attrNode->nextSibling = NULL;457 attrNode->parentNode = NULL; 458 attrNode->prevSibling = NULL; 459 attrNode->nextSibling = NULL; 460 460 *rtAttr = ( IXML_Attr * ) attrNode; 461 461 return IXML_SUCCESS; 462 462
Note:
See TracBrowser
for help on using the repository browser.
