summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/stralloc_opys.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/stralloc_opys.c')
-rw-r--r--ucspi-tcp-0.88/stralloc_opys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucspi-tcp-0.88/stralloc_opys.c b/ucspi-tcp-0.88/stralloc_opys.c
index 78594b0..860c7e0 100644
--- a/ucspi-tcp-0.88/stralloc_opys.c
+++ b/ucspi-tcp-0.88/stralloc_opys.c
@@ -2,7 +2,7 @@
#include "str.h"
#include "stralloc.h"
-int stralloc_copys(stralloc *sa,char *s)
+int stralloc_copys(stralloc *sa,const char *s)
{
return stralloc_copyb(sa,s,str_len(s));
}