diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rtspin.beta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtspin.beta.c b/bin/rtspin.beta.c index 13fd365..3eafa82 100644 --- a/bin/rtspin.beta.c +++ b/bin/rtspin.beta.c | |||
@@ -219,7 +219,7 @@ int main(int argc, char** argv) | |||
219 | "exceed the period."); | 219 | "exceed the period."); |
220 | } | 220 | } |
221 | 221 | ||
222 | duration = atof(argv[optind + 2]); | 222 | duration = atof(argv[optind + 3]); |
223 | 223 | ||
224 | setup_rng(seed); | 224 | setup_rng(seed); |
225 | 225 | ||