Commit 35d637ea authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 62c68668
...@@ -414,7 +414,7 @@ main(int argc, char **argv) ...@@ -414,7 +414,7 @@ main(int argc, char **argv)
} }
} }
if(random < 0) { if(rfd < 0) {
memcpy(&seed, myid + 12, 4); memcpy(&seed, myid + 12, 4);
} else { } else {
rc = read(rfd, &seed, sizeof(unsigned int)); rc = read(rfd, &seed, sizeof(unsigned int));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment