wanglongqi / pdf2djvu

Automatically exported from code.google.com/p/pdf2djvu
0 stars 2 forks source link

Windows: stdout redirection broken #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows, redirecting stdout to a file doesn't seem to work:

$ wine pdf2djvu.exe test.pdf > test.djvu
test.pdf:
- page #1 -> #1
1,016 bits/pixel; 1,786:1, 44,01% saved, 1679 bytes in, 940 bytes out

$ djvudump test.djvu 
*** [1-15109] Corrupted IFF file (Mangled chunk boundaries).
*** (IFFByteStream.cpp:243)
*** 'int DJVU::IFFByteStream::get_chunk(DJVU::GUTF8String&, int*, int*)'

Original issue reported on code.google.com by jwilk@jwilk.net on 19 Feb 2015 at 9:35

GoogleCodeExporter commented 9 years ago
Should be fixed in r860ecbb99cf1.

Original comment by jwilk@jwilk.net on 27 Feb 2015 at 11:31