logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: b5f83eb4ffa17d3c270176b3a35f0e36e2de15a9
parent d6c91c0c3a8512635289978f9bc3266154dfbff3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 30 Jul 2025 15:47:05 +0200

cmd/strings: format

Diffstat:

Mcmd/strings.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/strings.c b/cmd/strings.c @@ -66,7 +66,7 @@ concat(int fd, const char *fdname) if(write_pos >= opt_min_strlen) { write_buf[write_pos] = delim; - if(print_string(write_buf, write_pos+1, offset) < 0) + if(print_string(write_buf, write_pos + 1, offset) < 0) { fprintf(stderr, "strings: error: Failed writing resulting string: %s\n", strerror(errno)); return 1;