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

Commit faa92e99 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

liblog: logprint: printable nul

Change-Id: I57d1f86ce040ad196c558bb72ac0464af793c214
parent 2d159bf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -774,7 +774,7 @@ WEAK ssize_t utf8_character_length(const char *src, size_t len)
    uint32_t utf32;

    if ((first_char & 0x80) == 0) { /* ASCII */
        return 1;
        return first_char ? 1 : -1;
    }

    /*