Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/cprofiles/src/cprof_encode_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,9 @@ static int encode_int64_t_array(
}
}

result = cfl_sds_printf(&context->output_buffer,
"%s",
suffix);
sds_result = cfl_sds_printf(&context->output_buffer,
"%s",
suffix);

if (sds_result == NULL) {
return CPROF_ENCODE_TEXT_ALLOCATION_ERROR;
Expand Down