X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.C;h=8506660b23eec94add1689103ad05999c222a1ae;hb=c0eb43a927a49e054afbdf37e50387065c3d99a4;hp=b629f57a0d0646c51a0edf880c4fdeb51deb6cc1;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/debug.C b/src/debug.C index b629f57a0d..8506660b23 100644 --- a/src/debug.C +++ b/src/debug.C @@ -80,7 +80,7 @@ Debug::type Debug::value(string const & val) string v(val); while (!v.empty()) { string::size_type st = v.find(','); - string tmp(lowercase(v.substr(0, st))); + string tmp(ascii_lowercase(v.substr(0, st))); if (tmp.empty()) break; // Is it a number?