From 217e025475582db7ee3071c01df1d1423282bd9a Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 17 Oct 2019 12:21:47 +0200 Subject: [PATCH] Update bfg.h --- bfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfg.h b/bfg.h index c3a33e9..ab2f5e4 100644 --- a/bfg.h +++ b/bfg.h @@ -41,7 +41,7 @@ typedef struct { char *crs; /* internal representation of charset */ char *ptr; /* ptr to the last generated password */ uint32_t disable_symbols; - unsigned long rain; //accumulator for the rain// + uint64_t rain; /* accumulator for the rain */ } bf_option; extern bf_option bf_options;