From: Fridrich S. <str...@us...> - 2008-07-22 15:26:52
|
Update of /cvsroot/libwpg/libwpg/src/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6014/src/lib Modified Files: WPG2Parser.cpp Log Message: remove the crash as not to inflict sum1 unnecessary sufferings and supoerfluous injuries Index: WPG2Parser.cpp =================================================================== RCS file: /cvsroot/libwpg/libwpg/src/lib/WPG2Parser.cpp,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- WPG2Parser.cpp 22 Jul 2008 12:51:03 -0000 1.73 +++ WPG2Parser.cpp 22 Jul 2008 15:26:48 -0000 1.74 @@ -1186,10 +1186,10 @@ void WPG2Parser::handlePolyspline() { - fprintf(stderr, "This is actually not an error, just a crash so that we know \ - that there is an actual document containing the Polyspline record\n"); + // fprintf(stderr, "This is actually not an error, just a crash so that we know \ + // that there is an actual document containing the Polyspline record\n"); // crash here !!! - *((int *)NULL) = 0; + // *((int *)NULL) = 0; if (!m_graphicsStarted) return; // We have never seen a polyspline in a WPG file and we are not even able to generate |