Commit 5dd3c9622ab6a8e75870bc5351499155e7963abc

Daniel Veillard 2003-09-12T15:32:16

fix a problem with strcpy() in xmlXPathFormatNumber() valgrind pointed out * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber() valgrind pointed out the strings overlapped. cleanup . Daniel