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

Commit f19c7a64 authored by John Grossman's avatar John Grossman
Browse files

common_time: Fix a small build warning.



Change-Id: I9a3652c8191ec86089117dbe6c16ff8612a911a3
Signed-off-by: default avatarJohn Grossman <johngro@google.com>
parent 72b7c53c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ bool CommonTimeServer::arbitrateMaster(

static void hexDumpToString(const uint8_t* src, size_t src_len,
                            char* dst, size_t dst_len) {
    size_t offset;
    size_t offset = 0;
    size_t i;

    for (i = 0; (i < src_len) && (offset < dst_len); ++i) {