[xml] Bug report.



Hello.
I've downloaded libxml2 2.6.9 version (19 april 2004) and tried to build
it under MSVC 6.0.
 There was syntax error in file xpath.c on line 10927. 
The code read as follows: 
#ifdef WIN32
     return(((res->floatval == ctxt->context->proximityPosition) &&
            (!xmlXPathIsNaN(res->floatval)) /* MSC pbm Mark Vadoc !*/); 
#else 

It misses the closing ')' before ;.

regards, 
Victor.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]