diff options
Diffstat (limited to 'nandtest.c')
-rw-r--r-- | nandtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -173,6 +173,7 @@ int main(int argc, char **argv) case 's': seed = atol(optarg); + srand(seed); break; case 'p': |
index : mtd-utils.git | ||
A mirror of http://git.infradead.org/mtd-utils.git | David Oberhollenzer |
summaryrefslogtreecommitdiff |
-rw-r--r-- | nandtest.c | 1 |
@@ -173,6 +173,7 @@ int main(int argc, char **argv) case 's': seed = atol(optarg); + srand(seed); break; case 'p': |