View Single Post
Old 06-12-2009, 11:15 AM   #796
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,563
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
You may want to revise these lines in mobi2mobi:

Code:
        if ($len > 65535) {
            print "ERROR:    Record $id - Image data size definitely too large: $len\n";
        } else {
            if ($len > 61000) {
                print "WARNING:  Record $id - Image data size might be too large: $len\n";
            }
        }
Jellby is offline   Reply With Quote