centralize calls to make_zzword()
authorAaron Traas <aaron@traas.org>
Sun, 2 Jul 2017 06:02:09 +0000 (02:02 -0400)
committerAaron Traas <aaron@traas.org>
Sun, 2 Jul 2017 06:02:09 +0000 (02:02 -0400)
commit85f8334e17b9e3118a73f2e9405e9db5f94ad648
tree9ead1138d5656410641268a09aee83ed1a5000d7
parentbe115e95678fd352c1a6ad5862c8d9b4fe56ddaf
centralize calls to make_zzword()

make_zzword() now called in set_seed(), because the only times it was
called in the entire application is after every invocation of set_seed().
init.c
main.c
misc.c
saveresume.c