Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7af90c9 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 3cf2a8e0: Merge "Fix a comment typo."

* commit '3cf2a8e0':
  Fix a comment typo.
parents 1da90f0c 3cf2a8e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3373,7 +3373,7 @@ std::string narrow(const std::wstring& utf16) {
// Convert from UTF-16 to UTF-8.
std::string narrow(const wchar_t* utf16) {
    // Note: Do not call SystemErrorCodeToString() from narrow() because
    // SystemErrorCodeToString() calls narrows() and we don't want potential
    // SystemErrorCodeToString() calls narrow() and we don't want potential
    // infinite recursion.
    const int chars_required = WideCharToMultiByte(CP_UTF8, 0, utf16, -1, NULL,
                                                   0, NULL, NULL);