You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/pwgen/files/2.06-special-char.patch

12 lines
252 B

--- a/pwgen.c
+++ b/pwgen.c
@@ -138,7 +138,7 @@ int main(int argc, char **argv)
break;
case 's':
pwgen = pw_rand;
- pwgen_flags = PW_DIGITS | PW_UPPERS;
+ pwgen_flags |= PW_DIGITS | PW_UPPERS;
break;
case 'C':
do_columns = 1;