mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 16:59:15 +02:00
cool
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ void poll_udp_server() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (start < bytes_read) {
|
if (start < (size_t)bytes_read) {
|
||||||
size_t len = bytes_read - start;
|
size_t len = bytes_read - start;
|
||||||
|
|
||||||
if (len > 0 && len < BUF_SIZE) {
|
if (len > 0 && len < BUF_SIZE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user