Undefined Behavior fix...

This commit is contained in:
Uleat 2019-09-16 20:39:05 -04:00
parent 9c95d1bfa2
commit d0b505f32d

View File

@ -602,6 +602,8 @@ bool RuleManager::RestoreRuleNotes(Database *db)
if (update_count > 0) {
Log(Logs::General, Logs::Status, "%u Rule Note%s Restored", update_count, (update_count == 1 ? "" : "s"));
}
return true;
}
int RuleManager::GetRulesetID(Database *database, const char *ruleset_name) {