Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 6663
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: faisal.nasim [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.58
Fixed in: (no value)



Subject: MSVC compilation patch
Hi, A simple bug I traced which wouldn't let my MSVC compiler compile the program. PPM is giving some strange troubles so I decided to compile it on my own. I was successful after applying the patch. Its a mere C/C++ incompability. Thank you. Faisal Nasim Pakistan http://fnasim.blogspot.com/
958d957 < xmlChar* decoded; 969c968 < decoded = PmmFastDecodeString( PmmNodeEncoding(real_doc) , --- > xmlChar * decoded = PmmFastDecodeString( PmmNodeEncoding(real_doc) ,