summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/stralloc_catb.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/stralloc_catb.c')
-rw-r--r--ucspi-tcp-0.88/stralloc_catb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucspi-tcp-0.88/stralloc_catb.c b/ucspi-tcp-0.88/stralloc_catb.c
index b739bed..b606e32 100644
--- a/ucspi-tcp-0.88/stralloc_catb.c
+++ b/ucspi-tcp-0.88/stralloc_catb.c
@@ -1,7 +1,7 @@
#include "stralloc.h"
#include "byte.h"
-int stralloc_catb(stralloc *sa,char *s,unsigned int n)
+int stralloc_catb(stralloc *sa,const char *s,unsigned int n)
{
if (!sa->s) return stralloc_copyb(sa,s,n);
if (!stralloc_readyplus(sa,n + 1)) return 0;