diff options
Diffstat (limited to 'fsbm.c')
-rw-r--r-- | fsbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ int main(int argc, char **argv) { // parse the command line int c; - int interval = 10 * 100000; + unsigned long long interval = 10 * 100000; while ((c = getopt (argc, argv, "bd:hv")) != -1) switch (c) |