* 06/2000
* HISTORY
* $Log$
+ * Revision 1.12 2008/12/09 17:20:57 iliaa
+ * Comment out fprintf() use inside the library
+ *
* Revision 1.11 2007/01/01 09:29:33 sebastian
* Bump year.
*
int line_num = XML_GetCurrentLineNumber(parser);
int col_num = XML_GetCurrentColumnNumber(parser);
long byte_idx = XML_GetCurrentByteIndex(parser);
- int byte_total = XML_GetCurrentByteCount(parser);
+/* int byte_total = XML_GetCurrentByteCount(parser); */
const char * error_str = XML_ErrorString(err_code);
if(byte_idx >= 0) {
snprintf(buf,