aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/lft/files/patch-lft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/lft/files/patch-lft.c b/net/lft/files/patch-lft.c
index b921d6de9db2..2479f0a4509a 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);