Thread: Kobo Patcher
View Single Post
Old 12-08-2013, 11:19 AM   #585
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by GeoffR View Post
I count your replacement string to be 104 characters long (counting '\n' and '\t' as one character each), so try adding the terminating null as
Code:
replace_bytes = 13FA5B8, 3B, 58
I guess another way to achieve this (without counting) is adding \x00 to the replacement string.

Last edited by tshering; 12-08-2013 at 12:25 PM. Reason: changed \x58 to \x00, cf. the remark by GeoffR
tshering is offline   Reply With Quote