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!