X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps_test.c;h=8df104617612ddcb597f0bc772da108f5c113a5a;hb=af81c436d6e11a53803747af7cc8ecfd449ccd4c;hp=3a72f1d6fb7a6a624b8e1a6d173fed476fc7eee4;hpb=843990d8df0c060db9b64e170996e9d49c8c921d;p=tinc diff --git a/src/sptps_test.c b/src/sptps_test.c index 3a72f1d6..8df10461 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -59,7 +59,7 @@ static bool send_data(void *handle, uint8_t type, const void *data, size_t len) static bool receive_record(void *handle, uint8_t type, const void *data, uint16_t len) { if(verbose) - fprintf(stderr, "Received type %d record of %hu bytes:\n", type, len); + fprintf(stderr, "Received type %d record of %u bytes:\n", type, len); if(!writeonly) write(out, data, len); return true;