Create different IDs for each bar (+test)

This commit is contained in:
Michael Stapelberg
2011-10-19 19:57:39 +01:00
parent 063b124e35
commit 15bface10d
3 changed files with 47 additions and 3 deletions

View File

@ -217,6 +217,8 @@ int main(int argc, char *argv[]) {
if (!isatty(fileno(stdout)))
setbuf(stdout, NULL);
srand(time(NULL));
init_logging();
start_argv = argv;