View Single Post
Old 06-19-2012, 04:15 AM   #38
dilo_sec
Member
dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.dilo_sec ought to be getting tired of karma fortunes by now.
 
Posts: 21
Karma: 244219
Join Date: Jul 2011
Device: K3
tiny bug report

i just upgraded to the latest version - tiny bug report - which does not affect the function of this nice utility!

line 142 of kindlestrip_v134.py:
print " beginning at offset %0x and ending at offset %0x" % (srcs_offset, srcs_length)
should be:
print "beginning at offset %0x and ending at offset %0x" % (srcs_offset, next_offset-1)
or this:
print " beginning at offset %0x for length %0x" % (srcs_offset, srcs_length)
dilo_sec is offline   Reply With Quote