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

Commit 015c69d6 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by Andre Eisenbach
Browse files

Fix format-security warning found by clang/llvm.

BUG: 21299815
Change-Id: I3dd7e92444a9b439c210f7e6ce677307a38113ab
parent 5e4b2b13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ void btif_debug_btsnoop_dump(int fd) {
    if (i > 0 && i % MAX_LINE_LENGTH == 0)
      dprintf(fd, "\n");
    i += b64_ntop(b64_in, read, b64_out, 5);
    dprintf(fd, b64_out);
    dprintf(fd, "%s", b64_out);
  }

  dprintf(fd, "\n--- END:BTSNOOP_LOG_SUMMARY (%zu bytes out) ---\n", i);