Skip to content

Commit a775da3

Browse files
authored
add missing header item
1 parent b3fc57c commit a775da3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pcm-iio.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ vector<string> build_csv(vector<struct iio_stacks_on_socket>& iios, vector<struc
374374
{
375375
vector<string> result;
376376
vector<string> current_row;
377-
auto header = combine_stack_name_and_counter_names("Name");
377+
auto header = combine_stack_name_and_counter_names("Part");
378+
header.insert(header.begin(), "Name");
378379
if (show_root_port)
379380
header.insert(header.begin(), "Root Port");
380381
header.insert(header.begin(), "Socket");

0 commit comments

Comments
 (0)