diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-08 22:29:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-08 22:29:16 +0100 |
| commit | 259113a96dc9dfbef0b26ff2e142ee673abcd53d (patch) | |
| tree | 8d96acab6c55a33d58d70d83bf45cbaad4d6ee78 /src/certificates.cc | |
| parent | e5151fad94eb86a6aa1d408e2e5eb2706ff41884 (diff) | |
| parent | cccca6f650b4f5dc61a3c992c9c515b064e0704c (diff) | |
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/libdcp
Diffstat (limited to 'src/certificates.cc')
| -rw-r--r-- | src/certificates.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/certificates.cc b/src/certificates.cc index f23dbc5d..818d5f72 100644 --- a/src/certificates.cc +++ b/src/certificates.cc @@ -49,7 +49,7 @@ Certificate::Certificate (boost::filesystem::path filename) : _certificate (0) , _public_key (0) { - FILE* f = fopen (filename.c_str(), "r"); + FILE* f = fopen (filename.string().c_str(), "r"); if (!f) { throw FileError ("could not open file", filename); } |
