summaryrefslogtreecommitdiffstats
path: root/src/afb-ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-ws.c')
-rw-r--r--src/afb-ws.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afb-ws.c b/src/afb-ws.c
index 5e8732db..34796818 100644
--- a/src/afb-ws.c
+++ b/src/afb-ws.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
* Author: José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -272,6 +272,7 @@ int afb_ws_texts(struct afb_ws *ws, ...)
}
ios[count].iov_base = (void*)s;
ios[count].iov_len = strlen(s);
+ count++;
s = va_arg(args, const char *);
}
va_end(args);