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

Commit f5e36ca7 authored by Greg Kaiser's avatar Greg Kaiser Committed by android-build-merger
Browse files

Merge "stats_log_api_gen: Minor printf format fix" into qt-dev

am: b4d7e8f4

Change-Id: I7929d4da44ee5df8512a8d9318f9b3a21deddbdd
parents aaf529b9 b4d7e8f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1177,7 +1177,7 @@ static int write_java_method_for_module(

        // Initialize the buffer with list data type.
        fprintf(out, "        buff[pos] = LIST_TYPE;\n");
        fprintf(out, "        buff[pos + 1] = %lu;\n", signature.size() + 2);
        fprintf(out, "        buff[pos + 1] = %zu;\n", signature.size() + 2);
        fprintf(out, "        pos += LIST_TYPE_OVERHEAD;\n");

        // Write timestamp.