# | Line 176 | Line 176 | void FeepingCreaturism::select(const ext | |
---|---|---|
176 | if (include != cgi.end()) | |
177 | { | |
178 | Jargon jargon(path + "/" + selection, | |
179 | < | lexical_cast<bool>(include->second)); |
179 | > | lexical_cast<bool>(ext::String(include->second))); |
180 | ||
181 | api::Cout << jargon; | |
182 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |