Skip to content

Commit

Permalink
Fix error when addbooks was not initiated formerly
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 1, 2025
1 parent e847874 commit a0c7539
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -848,9 +848,6 @@ void processGetrefsCmd(string input) {

#ifdef WITH_PBRST
void processStatementCmd(string input) {
if (!booksAdded) {
booksAdded = true;
}
char *output = brst_scan_string((char*)input.c_str());
string output_s(output);
vector<string> statementAnalysis;
Expand Down

0 comments on commit a0c7539

Please sign in to comment.