Cygwin: cygcheck: fix default info selector evaluation

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-02-11 12:58:13 +01:00
parent b030a77dff
commit f307fefe16
1 changed files with 1 additions and 1 deletions

View File

@ -2645,7 +2645,7 @@ package_info (char **search, int selector)
return 1; return 1;
if ((selector & INFO_ALL) == 0) if ((selector & INFO_ALL) == 0)
selector = INFO_ALL; selector |= INFO_ALL;
inst_pkgs = get_installed_packages (NULL, &inst_pkg_count); inst_pkgs = get_installed_packages (NULL, &inst_pkg_count);