shithub: wl3d

Download patch

ref: 61a599f5996df132c2e10c0d5dacd806b8757a1f
parent: 0074a610fdaf9ee10107c1ac9505ab017b8d9559
author: qwx <>
date: Sat May 27 06:30:30 EDT 2017

hub: maybe call srand before using nrand

--- a/hub.c
+++ b/hub.c
@@ -1725,6 +1725,7 @@
 void
 init(char *f, int m, int d)
 {
+	srand(time(nil));
 	cfg();
 	initseqs();
 	inctl();