fixed time seed issue

This commit is contained in:
solusipse
2013-09-06 05:03:11 +02:00
parent c1e0d782ed
commit ebe5c33cd6
2 changed files with 3 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ $ cat fiche.c | nc localhost 9999
#include <sys/socket.h>
#include <netinet/in.h>
int time_seed;
char *BASEDIR;
int PORT = 9999;
int SLUG_SIZE = 4;