commit | a71cb54d10844a80e7c209c556169c6ef6230a2f | [log] [tgz] |
---|---|---|
author | Fares Alhassen <falhassen@google.com> | Thu Feb 07 17:47:36 2019 -0800 |
committer | sandovad <sandovad@google.com> | Tue Sep 03 09:59:16 2019 -0700 |
tree | 64da12485f9ca4278da83e9e0e3569041cb15172 | |
parent | b87d5344917ab325605361fb9b982191983a9b3e [diff] |
Internal change PiperOrigin-RevId: 232980286 Change-Id: Ia69693b55af86426569364b19398c90abe111321
diff --git a/libutil/Database.cpp b/libutil/Database.cpp index d65eb62..4eaa98e 100644 --- a/libutil/Database.cpp +++ b/libutil/Database.cpp
@@ -112,7 +112,7 @@ default: mode = NAME; - name = tolower( c ); + name = std::tolower(c, _stream.getloc()); break; } break;