From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- ccast/ccast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 ccast/ccast.c (limited to 'ccast/ccast.c') diff --git a/ccast/ccast.c b/ccast/ccast.c old mode 100644 new mode 100755 index 2a2c1a8..26a4dee --- a/ccast/ccast.c +++ b/ccast/ccast.c @@ -71,8 +71,8 @@ static void check_json(char *mesbuf) { /* Read messages. If they are ones we deal with, send a reply */ /* If they are anonomous (sessionId == 0), then ignore them */ -/* (Could save last known anonomous message if they prove useful) */ /* and if they are numbered, keep then in a sorted list. */ +/* (Could save last known anonomous message if they prove useful) */ static int cc_rec_thread(void *context) { ccast *p = (ccast *)context; -- cgit v1.2.3