Skip to content

Commit

Permalink
Merge pull request #414 from somenewacc/missing-header
Browse files Browse the repository at this point in the history
pcm-iio add missing header item
  • Loading branch information
opcm authored Jul 22, 2022
2 parents 599a460 + a775da3 commit 982c4bc
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 982c4bc

Please sign in to comment.