summaryrefslogtreecommitdiff
path: root/runtime/stringbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stringbuf.c')
-rw-r--r--runtime/stringbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stringbuf.c b/runtime/stringbuf.c
index 97bfed4..18af7af 100644
--- a/runtime/stringbuf.c
+++ b/runtime/stringbuf.c
@@ -309,7 +309,7 @@ rsRetVal cstrAppendCStr(cstr_t *pThis, cstr_t *pstrAppend)
/* append a printf-style formated string
*/
-rsRetVal rsCStrAppendStrf(cstr_t *pThis, uchar *fmt, ...)
+rsRetVal rsCStrAppendStrf(cstr_t *pThis, char *fmt, ...)
{
DEFiRet;
va_list ap;