bb_askpass: shorten static password buffer. 256 is way too large.

simplify code a bit.
This commit is contained in:
Denis Vlasenko
2006-09-23 12:22:11 +00:00
parent b97f07f5a1
commit 6429aabbf1
4 changed files with 27 additions and 31 deletions

View File

@@ -715,7 +715,7 @@ int tar_main(int argc, char **argv)
if ((tar_handle->action_header == header_list) ||
(tar_handle->action_header == header_verbose_list))
{
tar_handle->action_header = header_verbose_list;
tar_handle->action_header = header_verbose_list;
} else tar_handle->action_header = header_list;
}
if((opt & CTX_EXTRACT) && tar_handle->action_data != data_extract_to_stdout)