summaryrefslogtreecommitdiff
path: root/src/fieldstat.cpp
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2023-03-23 12:56:03 +0800
committerfumingwei <[email protected]>2023-03-23 13:19:34 +0800
commit08a8907cdb1f7537d95ee144f947a743e2ae697d (patch)
treebafe8ec995c59b0e4604986dbf97ce97f1078950 /src/fieldstat.cpp
parent1b3d40eaa3db4867d71b0908f6121f1f21b8b448 (diff)
feature:1.新增执行测试用例执行流程2.新增cppcheck执行流程
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;