mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 21:06:42 -04:00
+ better deal with accented paths
This commit is contained in:
parent
e7b363100c
commit
b9a7c77196
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user