Commit a6bd9b68 a6bd9b68b90e7c106d9021aaa83c2b3c82809b18 by Sergey Poznyakoff

Bugfix

1 parent 4872fc4f
......@@ -531,6 +531,8 @@ mu_cli (int argc, char **argv, struct mu_cli_setup *setup, char **capa,
{
struct mu_parseopt pohint;
struct mu_cfg_parse_hints cfhint;
pohint.po_flags = 0;
pohint.po_package_name = PACKAGE_NAME;
pohint.po_flags |= MU_PARSEOPT_PACKAGE_NAME;
......