Quote:
Originally Posted by tlc
I did some debugging last night. Line 108 in StyleItem.java:
getValueAt returns 0; toHexString returns "0"; substring throws an exception. I changed it to check for length < 2 before doing substring and the conversion completed, but I don't know if 0 valid and this is the right fix.
Also, when I tried to convert to RTF, I got other errors, which I fixed by changing Book#getRTF to guard against null author & title like it already did for null bookID and the conversion completed.
|
Great catch! I've commited these changes and others.
New version 0.9.196 ready to download.
@tlc: Thanks