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) ,