View Single Post
Old 06-05-2008, 12:28 AM   #335
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,489
Karma: 28005164
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The problem with those lit files is that they have invalid OPF files (some missing tags) and convertlit chokes on this. A simple patch to convert lit fixes this, but I'm not familiar enough with it to say what other side effects the patch might have. The patch is in the file litembiggen.c , change line 342 to

Code:
if (0 && !depth) {
kovidgoyal is offline   Reply With Quote