Merge pull request #202 from mlt/fix201

This closes #201
This commit is contained in:
orignal 2015-06-10 17:18:36 -04:00
commit 576802a1d6

View File

@ -101,6 +101,9 @@ namespace client
if (separator)
{
separator++;
char *eol = strchr (separator, '\n');
if (eol)
*eol = 0;
std::map<std::string, std::string> params;
ExtractParams (separator, params);
auto it = params.find (SAM_PARAM_MAX);