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

Commit 26499e41 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Rom Lemarchand
Browse files

liblog: logprint: printable nul

(cherry pick from commit faa92e99)

Change-Id: I57d1f86ce040ad196c558bb72ac0464af793c214
parent 3f78f933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -819,7 +819,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;
    }

    /*