Fix AB output from new database

This commit is contained in:
Matt Nadareski
2016-04-27 18:29:29 -07:00
parent 18369e89df
commit ba5581af63
2 changed files with 29 additions and 12 deletions

View File

@@ -131,7 +131,7 @@ namespace SabreTools
{
_logger.Log("Total number of lines in database: " + slc.ExecuteScalar());
}
Output.WriteToDat2(_name + "-db", _desc + "-db", _version, _date, _cat, _author, _forceunpack, _old, _diff, _ad, "", dbc, _logger);
Output.WriteToDatFromDb(_name + "-db", _desc + "-db", _version, _date, _cat, _author, _forceunpack, _old, _diff, _ad, "", dbc, _logger);
dbc.Close();