Re: [PATCH iproute2] json: fix backslash escape typo in jsonw_puts

2019-07-19 Thread Stephen Hemminger
On Wed, 17 Jul 2019 18:15:31 -0700 Ivan Delalande wrote: > Fixes: fcc16c22 ("provide common json output formatter") > Signed-off-by: Ivan Delalande Applied.

[PATCH iproute2] json: fix backslash escape typo in jsonw_puts

2019-07-17 Thread Ivan Delalande
Fixes: fcc16c22 ("provide common json output formatter") Signed-off-by: Ivan Delalande --- lib/json_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/json_writer.c b/lib/json_writer.c index 5004c181..88c5eb88 100644 --- a/lib/json_writer.c +++ b/lib/json_writer.c @@