-
- Downloads
Rework xsltNumberFormat to fix warning
Commit 15f148e introduced a warning because a const pointer was passed to xmlFree. Rework xsltNumberFormat to tokenize numbers before allocating the output buffer and use a local xmlChar* if the format must be evaluated dynamically.
Loading
Please register or sign in to comment