liblo: update to 0.31

Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-05-01 16:51:25 -07:00
parent e7d5b5bc17
commit 25442fbc57
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
--- a/src/server.c
+++ b/src/server.c
@@ -2006,11 +2006,8 @@ static void dispatch_method(lo_server s, const char *path,
@@ -2013,11 +2013,8 @@ static void dispatch_method(lo_server s, const char *path,
tmp = (char*) malloc(strlen(it->path + len) + 1);
strcpy(tmp, it->path + len);