Ticket #31745: patch-pdftoipe-20110916-src-xmloutputdev.cpp.diff

File patch-pdftoipe-20110916-src-xmloutputdev.cpp.diff, 429 bytes (added by m.thon@…, 13 years ago)

modified source patch file

  • pdftoipe-20110916-src/xmloutputdev.cpp

    old new  
    336336    // dump JPEG stream
    337337    std::vector<char> buffer;
    338338    // initialize stream
    339     str = ((DCTStream *)str)->getRawStream();
     339    str = str->getNextStream();
    340340    str->reset();
    341341    // copy the stream
    342342    while ((c = str->getChar()) != EOF)