summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a080a75)
raw | patch | inline | side by side (parent: a080a75)
author | Florian Forster <octo@verplant.org> | |
Thu, 1 Jun 2006 20:11:57 +0000 (22:11 +0200) | ||
committer | Florian Forster <octo@verplant.org> | |
Thu, 1 Jun 2006 20:11:57 +0000 (22:11 +0200) |
This cast has been missed by the prefious fix because it was in the debugging
code which was disabled then..
code which was disabled then..
src/liboping.c | patch | blob | history |
diff --git a/src/liboping.c b/src/liboping.c
index c6e9df5fce61dff99a7909c078048a2ea9ab4c34..6dbb73f9a875e6b3b550c11d231fa340d0e36f79 100644 (file)
--- a/src/liboping.c
+++ b/src/liboping.c
return (-1);
}
- dprintf ("Read %i bytes from fd = %i\n", buffer_len, fd);
+ dprintf ("Read %u bytes from fd = %i\n", (unsigned int) buffer_len, fd);
if (sa.ss_family == AF_INET)
{