Ticket #31745: patch-pdftoipe-xmloutputdev.cpp.diff
File patch-pdftoipe-xmloutputdev.cpp.diff, 313 bytes (added by maehne (Torsten Maehne), 13 years ago) |
---|
-
xmloutputdev.cpp
old new 336 336 // dump JPEG stream 337 337 std::vector<char> buffer; 338 338 // initialize stream 339 str = ((DCTStream *)str)->getRawStream();339 str = str->getNextStream(); 340 340 str->reset(); 341 341 // copy the stream 342 342 while ((c = str->getChar()) != EOF)