Skip to content

Commit

Permalink
Fixed issue #286
Browse files Browse the repository at this point in the history
  • Loading branch information
rewolff committed Jan 1, 2019
1 parent 7e511aa commit 3649b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/mtr.c
Expand Up @@ -305,6 +305,7 @@ static void init_fld_options(
ctl->available_options[i] = data_fields[i].key;
ctl->fld_index[data_fields[i].key] = i;
}
ctl->available_options[i++] = '_';
ctl->available_options[i] = 0;
}

Expand Down

0 comments on commit 3649b04

Please sign in to comment.