Commit f370310542e8e9da66f4fb81f42f31645867b20c

Martin Trappel 2010-01-22T12:08:00

Fix a const warning in xmlNodeSetBase * tree.c: xmlNodeSetName: Remove const from declaration since it is used non-const anyway. Remove unnecessary cast on xmlFree later on.