Skip to content

Commit

Permalink
Reset the delete counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Dave committed Oct 31, 2024
1 parent 9bb83f4 commit 5502676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1107,6 +1107,7 @@ void cls_dbse::dbse_clean()
sql += ");";
exec_sql(sql);
sql = "";
delcnt = 0;
}
}
if (delcnt != 0) {
Expand Down

0 comments on commit 5502676

Please sign in to comment.