+ better deal with accented paths

This commit is contained in:
kelson42 2011-09-05 18:53:02 +00:00
parent e7b363100c
commit b9a7c77196

View File

@ -78,7 +78,7 @@ int main(int argc, char **argv) {
}
if (zimPath != "") {
libraryManager.addBookFromPath(zimPath, url, true);
libraryManager.addBookFromPath(zimPath, "", url, true);
libraryManager.removeBookPaths();
} else {
std::cerr << "Invalid zim file path" << std::endl;