From 2186c890a3a22f9144f7bf8fa4737e13b3459d3e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 24 Jun 2021 09:37:01 -0700 Subject: Handle spaces in the ambdec description --- core/ambdec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ambdec.cpp') 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 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; -- cgit v1.2.3