summaryrefslogtreecommitdiff
path: root/src/pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkt.c')
-rw-r--r--src/pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkt.c b/src/pkt.c
index e0beb72e0..2b74f4cc4 100644
--- a/src/pkt.c
+++ b/src/pkt.c
@@ -141,7 +141,7 @@ static ssize_t parse_len(const char *line)
{
char num[PKT_LEN_SIZE + 1];
int i, error;
- long len;
+ int len;
const char *num_end;
memcpy(num, line, PKT_LEN_SIZE);