diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-04 11:27:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-05 15:22:37 +0300 |
commit | 6e90b57a442424876b1325b9209f79c8a885a479 (patch) | |
tree | bcdc8ee050c05799e17dcca12d7afc80274840d0 /load | |
parent | 17d44ec2c41a5b485cecae51a07396f85a601248 (diff) |
Make use of foreign package objects in build-related functionality
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index 5a33631..bab35ec 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -1010,7 +1010,7 @@ try transaction t (db.begin ()); - // Check that the database 'package' schema matches the current one. + // Check that the package database schema matches the current one. // const string ds ("package"); if (schema_catalog::current_version (db, ds) != db.schema_version (ds)) |