summaryrefslogtreecommitdiff
path: root/src/fieldstat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fieldstat.cpp')
-rw-r--r--src/fieldstat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldstat.cpp b/src/fieldstat.cpp
index 3a8747c..cdb7de9 100644
--- a/src/fieldstat.cpp
+++ b/src/fieldstat.cpp
@@ -293,7 +293,7 @@ int send_udp(int sd, unsigned int dest_ip, unsigned short dest_port, const char
return -1;
}
}
- already_sended_len=+this_sended_len;
+ already_sended_len += this_sended_len;
}
return 0;