View Single Post
Old 06-19-2012, 10:13 AM   #631
rfog
Guru
rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.
 
Posts: 696
Karma: 2383012
Join Date: Aug 2007
Location: Schiedam (The Netherlands)
Device: Lots of eInk devices and iOS stuff
Quote:
Originally Posted by eMole View Post
Error in ImportEpubDocument.cpp:
line:
if ( codeBase.length()>0 && codeBase.lastChar()!='/' )
codeBase.append(1, L'/');

is platform dependent (does not work on Windows).

(I know this is an Android thread, but Buggins might read this one)
if that codeBase is a string representing a file name, Windows understands / as directory separator due it's Posix compatibility layer.
rfog is offline   Reply With Quote