Skip to content

Commit

Permalink
resolved aditya's questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 21, 2020
1 parent fd8dd98 commit 185e8a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class HttpTraceContext : public HTTPTextFormat<T>
}
}

static uint8_t GenerateBuffer(nostd::string_view string, int bytes)
static uint8_t[] GenerateBuffer(nostd::string_view string, int bytes)
{
const char *str_id = string.begin();
uint8_t buf[bytes / 2];
Expand Down

0 comments on commit 185e8a3

Please sign in to comment.