On 31/01/2022 21:48, Pádraig Brady wrote:
On 31/01/2022 20:16, Paul Eggert wrote:
I went through a lint pass for Coreutils and installed the attached
patches.

`make syntax-check` does often find issues,
and is worth running before each push

I just pushed the following fix up:

diff --git a/src/cut.c b/src/cut.c
 /* The output delimiter string contents, if the default.  */
-char output_delimiter_default[1];
+static char output_delimiter_default[1];

cheers,
Pádraig

Reply via email to