projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950e67e
)
libcollectdclient: Fix a typo.
author
Florian Forster
<octo@huhu.verplant.org>
Wed, 6 May 2009 12:41:11 +0000
(14:41 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Wed, 6 May 2009 12:41:11 +0000
(14:41 +0200)
src/libcollectdclient/client.c
patch
|
blob
|
history
diff --git
a/src/libcollectdclient/client.c
b/src/libcollectdclient/client.c
index
2d2a73a
..
501c729
100644
(file)
--- a/
src/libcollectdclient/client.c
+++ b/
src/libcollectdclient/client.c
@@
-121,7
+121,7
@@
char *sstrerror (int errnum, char *buf, size_t buflen)
buf[0] = 0;
#if !HAVE_STRERROR_R
- snprintf (buf, buflen "Error #%i; strerror_r is not available.", errnum);
+ snprintf (buf, buflen
,
"Error #%i; strerror_r is not available.", errnum);
/* #endif !HAVE_STRERROR_R */
#elif STRERROR_R_CHAR_P