projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use const qualifiers where possible
[paraslash.git]
/
http_send.c
diff --git
a/http_send.c
b/http_send.c
index
73d2fb0
..
276c0e4
100644
(file)
--- a/
http_send.c
+++ b/
http_send.c
@@
-271,7
+271,7
@@
static void http_post_select(__unused struct audio_format *af, fd_set *rfds,
{
int i = -1, match;
struct http_client *hc, *tmp;
- char *err_msg;
+ c
onst c
har *err_msg;
list_for_each_entry_safe(hc, tmp, &clients, node) {
i++;