Skip to content

Commit

Permalink
dir: fixed a warning in ua_select.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed May 28, 2021
1 parent 51b6e01 commit 5993761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/dird/ua_select.cc
Expand Up @@ -1078,7 +1078,7 @@ std::string FormatMulticolumnPrompts(const UaContext* ua,
const int window_width,
const int min_lines_threshold)
{
size_t max_prompt_length = 1;
unsigned int max_prompt_length = 1;

const int max_prompt_index_length = std::to_string(ua->num_prompts).length();

Expand Down

0 comments on commit 5993761

Please sign in to comment.