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

File patch-pdftoipe-xmloutputdev.cpp.diff, 313 bytes (added by maehne (Torsten Maehne), 13 years ago)

Patch to xmloutputdev.cpp of pdftoipe-20110916 for poppler 0.18.0 compatibility

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