Any news on this? :-) The patch works for me, apart from whitespace
issues. I have fixed the whitespace below.

(And I cannot comment on the sourceforge issue, so here it is.)

Cheers
 - Roland
--- pwgen.c.orig	2013-04-29 19:31:03.000000000 +0200
+++ pwgen.c	2013-04-29 19:31:40.000000000 +0200
@@ -138,7 +138,7 @@
 			break;
 		case 's':
 			pwgen = pw_rand;
-			pwgen_flags = PW_DIGITS | PW_UPPERS;
+			pwgen_flags |= PW_DIGITS | PW_UPPERS;
 			break;
 		case 'C':
 			do_columns = 1;

Reply via email to