[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: src/job.c patch
From: |
Paul Smith |
Subject: |
Re: src/job.c patch |
Date: |
Thu, 25 Mar 2021 14:22:50 -0400 |
User-agent: |
Evolution 3.36.4-0ubuntu1 |
On Thu, 2020-12-31 at 16:01 -0800, Pete Dietl wrote:
> Gnulib added a third argument to this function on 2020-12-14
>
> - cmd = (char *)find_in_given_path (argv[0], p, 0);
> + cmd = (char *)find_in_given_path (argv[0], p, 0, NULL);
> }
I applied this, except that the new argument (NULL) should be the third
argument not the fourth argument.
Thx!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: src/job.c patch,
Paul Smith <=