diff options
Diffstat (limited to 'core/ambdec.cpp')
-rw-r--r-- | core/ambdec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ambdec.cpp b/core/ambdec.cpp index 8655f4e7..30048051 100644 --- a/core/ambdec.cpp +++ b/core/ambdec.cpp @@ -198,7 +198,7 @@ al::optional<std::string> AmbDecConf::load(const char *fname) noexcept return al::make_optional("Malformed line: "+buffer); if(command == "/description") - istr >> Description; + readline(istr, Description); else if(command == "/version") { istr >> Version; |