Re: [PATCH] Record-client program to read from a file for --input= flag

2019-06-28 Thread Sebastian Huber
- Am 28. Jun 2019 um 18:20 schrieb Gedare Bloom ged...@rtems.org: > On Fri, Jun 28, 2019 at 10:15 AM Gedare Bloom wrote: >> >> On Fri, Jun 28, 2019 at 5:02 AM Ravindra Meena wrote: >> > >> > --- >> > misc/record/record-main.c | 35 --- >> > 1 file changed,

Re: [PATCH] Record-client program to read from a file for --input= flag

2019-06-28 Thread Gedare Bloom
On Fri, Jun 28, 2019 at 10:15 AM Gedare Bloom wrote: > > On Fri, Jun 28, 2019 at 5:02 AM Ravindra Meena wrote: > > > > --- > > misc/record/record-main.c | 35 --- > > 1 file changed, 24 insertions(+), 11 deletions(-) > > > > diff --git a/misc/record/record-main.c

Re: [PATCH] Record-client program to read from a file for --input= flag

2019-06-28 Thread Gedare Bloom
On Fri, Jun 28, 2019 at 5:02 AM Ravindra Meena wrote: > > --- > misc/record/record-main.c | 35 --- > 1 file changed, 24 insertions(+), 11 deletions(-) > > diff --git a/misc/record/record-main.c b/misc/record/record-main.c > index b4591e3..14023e2 100644 > --- a/mi

[PATCH] Record-client program to read from a file for --input= flag

2019-06-28 Thread Ravindra Meena
--- misc/record/record-main.c | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/misc/record/record-main.c b/misc/record/record-main.c index b4591e3..14023e2 100644 --- a/misc/record/record-main.c +++ b/misc/record/record-main.c @@ -39,6 +39,8