Quote:
Originally Posted by eMole
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.