Justus Winter, le Sun 30 Jun 2013 02:52:58 +0200, a écrit :
> Quoting Samuel Thibault (2013-06-29 22:11:21)
> > Justus Winter, le Fri 28 Jun 2013 18:37:40 +0200, a écrit :
> > > Do not exit using error (1, ..) but gracefully handle the error using
> > > argp_error. Also fix a typo ("the a user") wh
Quoting Samuel Thibault (2013-06-29 22:11:21)
> Justus Winter, le Fri 28 Jun 2013 18:37:40 +0200, a écrit :
> > Do not exit using error (1, ..) but gracefully handle the error using
> > argp_error. Also fix a typo ("the a user") while touching these lines.
> >
> > * procfs/main.c (argp_parser): Pr
Justus Winter, le Fri 28 Jun 2013 18:37:40 +0200, a écrit :
> Do not exit using error (1, ..) but gracefully handle the error using
> argp_error. Also fix a typo ("the a user") while touching these lines.
>
> * procfs/main.c (argp_parser): Proper error handling.
> (argp_parser): Fix typo.
Applied
Do not exit using error (1, ..) but gracefully handle the error using
argp_error. Also fix a typo ("the a user") while touching these lines.
* procfs/main.c (argp_parser): Proper error handling.
(argp_parser): Fix typo.
---
procfs/main.c | 12 ++--
1 file changed, 6 insertions(+), 6 del
Hi,
On 27/06/13 14:31, Justus Winter wrote:
> Do not exit using error (1, ..) but gracefully handle the error using
> argp_error.
>
> * procfs/main.c (argp_parser): Proper error handling.
> ---
> procfs/main.c | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git
Do not exit using error (1, ..) but gracefully handle the error using
argp_error.
* procfs/main.c (argp_parser): Proper error handling.
---
procfs/main.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/procfs/main.c b/procfs/main.c
index 3a976cc..e7f8574 100644