projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3bec3
)
fix two trivial compile warnings on x86_64
author
Andre Noll
<maan@congo.fml.local>
Thu, 27 Jul 2006 17:21:49 +0000
(19:21 +0200)
committer
Andre Noll
<maan@congo.fml.local>
Thu, 27 Jul 2006 17:21:49 +0000
(19:21 +0200)
dccp_send.c
patch
|
blob
|
history
diff --git
a/dccp_send.c
b/dccp_send.c
index
f05e5bd
..
bb46678
100644
(file)
--- a/
dccp_send.c
+++ b/
dccp_send.c
@@
-132,7
+132,7
@@
again:
if (ret < 0) {
if (errno != EAGAIN || !retries++ > DCCP_RETRIES)
goto err_out;
- PARA_DEBUG_LOG("EAGAIN #%
zd@%zd/%
d\n", retries, written, len);
+ PARA_DEBUG_LOG("EAGAIN #%
d@%zd/%z
d\n", retries, written, len);
goto again;
}
retries = 0;