On Mon, Jul 9, 2018 at 5:57 AM, Bernhard Voelker
<m...@bernhard-voelker.de> wrote:
> On 07/08/2018 06:19 AM, Jim Meyering wrote:
>> On Sat, Jul 7, 2018 at 4:13 PM, Bernhard Voelker
>> <m...@bernhard-voelker.de> wrote:
>>> -  static char buf[10];
>>> +  static char buf[14];
>>
>> Or maybe this, since you already use the intprops module, just add
>> this somewhere prior: #include "intprops.h"
>>
>>   static char buf[1 + INT_BUFSIZE_BOUND (info) + 1];
>
> Even better, thanks!
> I wrapped that into the attached patch in your name ... pushing soon.

Thanks. Actually, we must not rely on it being already available due
to a transitive dependency.
Instead, I suggest to make the dependency on this gnulib module
explicit by adding its name to bootstrap.conf:

Attachment: also-add-intprops-dep.diff
Description: Binary data

_______________________________________________
Findutils-patches mailing list
Findutils-patches@gnu.org
https://lists.gnu.org/mailman/listinfo/findutils-patches

Reply via email to