Re: [PATCH] lib/parser.c: switch match_number() over to use match_strdup()

2018-09-04 Thread Eric Biggers
On Thu, Aug 30, 2018 at 12:47:27PM -0700, Eric Biggers wrote: > From: Eric Biggers > > This simplifies the code. No change in behavior. > > Signed-off-by: Eric Biggers > --- > lib/parser.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/lib/parser.c

Re: [PATCH] lib/parser.c: switch match_number() over to use match_strdup()

2018-09-04 Thread Eric Biggers
On Thu, Aug 30, 2018 at 12:47:27PM -0700, Eric Biggers wrote: > From: Eric Biggers > > This simplifies the code. No change in behavior. > > Signed-off-by: Eric Biggers > --- > lib/parser.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/lib/parser.c

[PATCH] lib/parser.c: switch match_number() over to use match_strdup()

2018-08-30 Thread Eric Biggers
From: Eric Biggers This simplifies the code. No change in behavior. Signed-off-by: Eric Biggers --- lib/parser.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/parser.c b/lib/parser.c index 0142ef28f0eb..96656a6dd59b 100644 --- a/lib/parser.c +++ b/lib/parser.c

[PATCH] lib/parser.c: switch match_number() over to use match_strdup()

2018-08-30 Thread Eric Biggers
From: Eric Biggers This simplifies the code. No change in behavior. Signed-off-by: Eric Biggers --- lib/parser.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/parser.c b/lib/parser.c index 0142ef28f0eb..96656a6dd59b 100644 --- a/lib/parser.c +++ b/lib/parser.c