+ small beautifying of the code

pull/9/head
kelson42 13 years ago
parent 294110d40d
commit 77dfd3e03f

@ -159,7 +159,7 @@ int main(int argc, char **argv) {
}
}
if (zimPath != "") {
if (!zimPath.empty()) {
zimPathToSave = zimPathToSave == "." ? zimPath : zimPathToSave;
string bookId = libraryManager.addBookFromPathAndGetId(zimPath, zimPathToSave, url, false);

Loading…
Cancel
Save