From 89120cf7addb304c1d1b029f1edae108e94ba023 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Apr 2013 13:53:51 +0200 Subject: Make --changelog{,-in,-out,-dir} per-database --- odb/validator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/validator.cxx') diff --git a/odb/validator.cxx b/odb/validator.cxx index f33962b..efe9236 100644 --- a/odb/validator.cxx +++ b/odb/validator.cxx @@ -995,7 +995,7 @@ validate (options const& ops, // Changelog options. // - if (ops.changelog_in_specified () != ops.changelog_out_specified ()) + if (ops.changelog_in ().count (db) != ops.changelog_out ().count (db)) { cerr << "error: both --changelog-in and --changelog-out must be " << "specified" << endl; -- cgit v1.1