summaryrefslogtreecommitdiff
path: root/odb/include.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/include.cxx')
-rw-r--r--odb/include.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/include.cxx b/odb/include.cxx
index 3d17b9a..c842010 100644
--- a/odb/include.cxx
+++ b/odb/include.cxx
@@ -688,7 +688,7 @@ namespace include
}
path f (inc->path_.base ());
- f += ctx.options.odb_file_suffix ();
+ f += ctx.options.odb_file_suffix ()[ctx.options.database ()[0]];
f += ctx.options.hxx_suffix ();
char o (inc->type_ == include_directive::quote ? '"' : '<');