projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3efbc7
)
ntpd branch: Fixed misspelled variable name in common.h.
author
octo
<octo>
Mon, 29 May 2006 13:41:20 +0000
(13:41 +0000)
committer
octo
<octo>
Mon, 29 May 2006 13:41:20 +0000
(13:41 +0000)
src/common.c
patch
|
blob
|
history
diff --git
a/src/common.c
b/src/common.c
index
138b767
..
98e6704
100644
(file)
--- a/
src/common.c
+++ b/
src/common.c
@@
-161,7
+161,7
@@
ssize_t swrite (int fd, const void *buf, size_t count)
ssize_t status;
ptr = (const char *) buf;
- nleft =
buflen
;
+ nleft =
count
;
while (nleft > 0)
{