mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
Fixed kiwix-serve incompatibility after modification to manager class
This commit is contained in:
parent
11897437f9
commit
ed53a9fdec
@ -481,7 +481,7 @@ int main(int argc, char **argv) {
|
||||
cerr << "The XML library file '" << libraryPath << "' is empty (or has only remote books)." << endl;
|
||||
}
|
||||
} else {
|
||||
if (!libraryManager.addBookFromPath(zimPath, zimPath, "", false)) {
|
||||
if (!libraryManager.addBookFromPath(zimPath, zimPath, "","", false)) {
|
||||
cerr << "Unable to add the ZIM file '" << zimPath << "' to the internal library." << endl;
|
||||
exit(1);
|
||||
} else if (!indexPath.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user