Re: [Patch] argp: fix line wrapping in --help output

2016-02-22 Thread Simon Reinhardt
ping Am 09.02.2016 um 16:51 schrieb Simon Reinhardt: > Hi, > > Argp provides line wrapping of help and usage output. For this it > maintains a buffer in the struct argp_fmtstream_t. During line breaking > the buffer's contents grow due to the inserted spaces needed t

[Patch] argp: fix line wrapping in --help output

2016-02-09 Thread Simon Reinhardt
"File name transformations:"), GRID }, {"strip-components", STRIP_COMPONENTS_OPTION, N_("NUMBER"), 0, N_("strip NUMBER leading components from file names on extraction"), GRID+1 }, {"transform", TRANSFORM_OPTION, N_("EXPRESSION"), 0, N_("use sed

copy-file: Add missing free

2015-10-15 Thread Simon Reinhardt
all to free. Thanks, Simon From 05e6b06bc957c826f6d424fd56f308a3d545ea93 Mon Sep 17 00:00:00 2001 From: Simon Reinhardt Date: Thu, 15 Oct 2015 17:01:14 +0200 Subject: [PATCH] copy-file: On error, add missing call to free. --- lib/copy-file.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/l