summaryrefslogtreecommitdiff
path: root/src/lib/config.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-29 21:38:08 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-29 21:38:08 +0000
commitbdbb254c18b100f8fa66a3707f6b515309d05685 (patch)
tree44606dda0a79df54f758c278c70df06733b28378 /src/lib/config.cc
parent95f29bc89f860342c100d7609ce5e2e4a138aa8a (diff)
parent747fc9e02cb66fb965e23a4cc0464cf7e8bd743d (diff)
Merge master.
Diffstat (limited to 'src/lib/config.cc')
-rw-r--r--src/lib/config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc
index 4b6455f51..54b9168f2 100644
--- a/src/lib/config.cc
+++ b/src/lib/config.cc
@@ -41,7 +41,6 @@
using std::vector;
using std::ifstream;
using std::string;
-using std::ofstream;
using std::list;
using std::max;
using std::exception;
@@ -182,6 +181,7 @@ Config::read ()
void
Config::read_old_metadata ()
{
+ /* XXX: this won't work with non-Latin filenames */
ifstream f (file(true).string().c_str ());
string line;