the osx writer has to wait for the next version..
[paraslash.git] / dccp_send.c
index 3592a2827a70b2441bc51a1bd6cbe7e1181d7374..f05e5bdd53e432b10c7e08dcf823619f08df0373 100644 (file)
@@ -132,7 +132,7 @@ again:
        if (ret < 0) {
                if (errno != EAGAIN || !retries++ > DCCP_RETRIES)
                        goto err_out;
-               PARA_DEBUG_LOG("EAGAIN #%d@%d/%d\n", retries, written, len);
+               PARA_DEBUG_LOG("EAGAIN #%zd@%zd/%d\n", retries, written, len);
                goto again;
        }
        retries = 0;