diff options
-rw-r--r-- | net/lft/files/patch-lft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lft/files/patch-lft.c b/net/lft/files/patch-lft.c index b921d6d..2479f0a 100644 --- a/net/lft/files/patch-lft.c +++ b/net/lft/files/patch-lft.c @@ -54,7 +54,7 @@ break; case 'q': - seq_start = atol (optarg); -+ seq_start = atoll (optarg); ++ seq_start = strtoll (optarg, NULL, 10); break; case 'w': win_len = atoi(optarg); |