Skip to content

Commit

Permalink
add missing header item
Browse files Browse the repository at this point in the history
  • Loading branch information
somenewacc authored Jul 19, 2022
1 parent b3fc57c commit a775da3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pcm-iio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ vector<string> build_csv(vector<struct iio_stacks_on_socket>& iios, vector<struc
{
vector<string> result;
vector<string> current_row;
auto header = combine_stack_name_and_counter_names("Name");
auto header = combine_stack_name_and_counter_names("Part");
header.insert(header.begin(), "Name");
if (show_root_port)
header.insert(header.begin(), "Root Port");
header.insert(header.begin(), "Socket");
Expand Down

0 comments on commit a775da3

Please sign in to comment.