projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
833ce37
)
silly me, corrected the strlcat() to compile
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 6 Feb 2001 09:12:39 +0000
(09:12 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 6 Feb 2001 09:12:39 +0000
(09:12 +0000)
lib/strequal.c
patch
|
blob
|
history
diff --git
a/lib/strequal.c
b/lib/strequal.c
index 42aea7cd050c4804032eeb6793615c08a12b05d8..6e198f1b5c06f207c8d184d40b7730dca0a6f86a 100644
(file)
--- a/
lib/strequal.c
+++ b/
lib/strequal.c
@@
-80,7
+80,7
@@
int Curl_strnequal(const char *first, const char *second, size_t max)
*
*
*/
-size_t strlcat(char *dst, const char *src, size_t siz
e
)
+size_t strlcat(char *dst, const char *src, size_t siz)
{
char *d = dst;
const char *s = src;