From c7af5c81f517e87415e20a1b9e3ffd9c304371ea Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 9 Jan 2024 17:53:31 +0100 Subject: [PATCH] Adjust patch for separated libijs --- 0001-Squash-compiler-warning-in-ijs-code.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/0001-Squash-compiler-warning-in-ijs-code.patch b/0001-Squash-compiler-warning-in-ijs-code.patch index b12844c..adc04a3 100644 --- a/0001-Squash-compiler-warning-in-ijs-code.patch +++ b/0001-Squash-compiler-warning-in-ijs-code.patch @@ -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;