mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
that the return values for some of the functions in the segfaulting area where visible in Python as integers, despite most likely frequently being larger than sys.maxint (on my 64-bit platform). Explicitly typing the seemingly offending values appears to have corrected the issue.
Add support for the Open Document Format (ODT) as an input format. Can now be converted to both LRF and EPUB. Fixes #233 (ODT2LRF request)
Description
Languages
Python
92.6%
C
3.3%
C++
3.1%
HTML
0.4%
Shell
0.2%
Other
0.2%