Adjust patch for separated libijs
This commit is contained in:
parent
76228f9946
commit
c7af5c81f5
@ -4,13 +4,13 @@ Date: Fri, 16 Mar 2018 10:19:43 +0000
|
|||||||
Subject: [PATCH] Squash compiler warning in ijs code.
|
Subject: [PATCH] Squash compiler warning in ijs code.
|
||||||
|
|
||||||
---
|
---
|
||||||
ijs/ijs_exec_unix.c | 2 +-
|
ijs_exec_unix.c | 2 +-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/ijs/ijs_exec_unix.c b/ijs/ijs_exec_unix.c
|
diff --git a/ijs_exec_unix.c b/ijs_exec_unix.c
|
||||||
index 862961913..622569416 100644
|
index 862961913..622569416 100644
|
||||||
--- a/ijs/ijs_exec_unix.c
|
--- a/ijs_exec_unix.c
|
||||||
+++ b/ijs/ijs_exec_unix.c
|
+++ b/ijs_exec_unix.c
|
||||||
@@ -75,7 +75,7 @@ ijs_exec_server(const char *server_cmd, int *pfd_to, int *pfd_from,
|
@@ -75,7 +75,7 @@ ijs_exec_server(const char *server_cmd, int *pfd_to, int *pfd_from,
|
||||||
|
|
||||||
argv[i++] = (char *)server_cmd;
|
argv[i++] = (char *)server_cmd;
|
||||||
|
Loading…
Reference in New Issue
Block a user