Re: Dead code in escherex.cxx (filter module)

2014-04-23 Thread Miklos Vajna
Hi Julien, On Tue, Apr 22, 2014 at 01:59:48PM -0700, julien2412 serval2...@yahoo.fr wrote: Taking a look to this part: 4442 if ( nErrCode == ERRCODE_NONE ) 4443 { p_EscherBlibEntry-meBlibType = ( eGraphicType ==

[SOLVED] Re: Dead code in escherex.cxx (filter module)

2014-04-23 Thread Julien Nabet
On 23/04/2014 10:02, Miklos Vajna wrote: ... // the fileheader is not used 4450 { 4451 p_EscherBlibEntry-mnSize -= 22; 4452 pGraphicAry += 22; 4453 } 4454 } However, if

Dead code in escherex.cxx (filter module)

2014-04-22 Thread julien2412
Hello, Taking a look to this part: 4442 if ( nErrCode == ERRCODE_NONE ) 4443 { p_EscherBlibEntry-meBlibType = ( eGraphicType == GRAPHIC_BITMAP ) ? PNG : EMF; 4445 aStream.Seek( STREAM_SEEK_TO_END ); 4446