3
0
Fork 0

fixed typo in err msg

small_fixes
reg_ 14 years ago
parent c0d6ff74e7
commit 1c89b13129

@ -411,7 +411,7 @@ int main(int argc, char **argv) {
}
} else {
if (!libraryManager.addBookFromPath(zimPath, zimPath, "", false)) {
cerr << "Unable to add the ZIM file '" << libraryPath << "' to the internal library." << endl;
cerr << "Unable to add the ZIM file '" << zimPath << "' to the internal library." << endl;
exit(1);
} else if (!indexPath.empty()) {
vector<string> booksIds = libraryManager.getBooksIds();

Loading…
Cancel
Save