Adjust patch for separated libijs

This commit is contained in:
Zdenek Dohnal 2024-01-09 17:53:31 +01:00
parent 76228f9946
commit c7af5c81f5

View File

@ -4,13 +4,13 @@ Date: Fri, 16 Mar 2018 10:19:43 +0000
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(-)
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
--- a/ijs/ijs_exec_unix.c
+++ b/ijs/ijs_exec_unix.c
--- a/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,
argv[i++] = (char *)server_cmd;