updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ipe / poppler.diff
blob1630003e3d12987a82bd16b12507bc941d41e991
1 --- a/xmloutputdev.cpp
2 +++ b/xmloutputdev.cpp
3 @@ -336,7 +336,7 @@
4 // dump JPEG stream
5 std::vector<char> buffer;
6 // initialize stream
7 - str = ((DCTStream *)str)->getRawStream();
8 + str = str->getNextStream();
9 str->reset();
10 // copy the stream
11 while ((c = str->getChar()) != EOF)